summaryrefslogtreecommitdiffstats
path: root/make/include/contrib.defs
diff options
context:
space:
mode:
authorkonablend <[email protected]>2009-03-20 16:37:07 +0000
committerkonablend <[email protected]>2009-03-20 16:37:07 +0000
commitceed502e29ab694df42ff9074103cd20dc0cec22 (patch)
treeb70d92c3c3d9c76331178f5435b4662995ac78f2 /make/include/contrib.defs
parent1631d2c17dee0fa3fdaf6e9c493f79bac82a68df (diff)
Cygwin: removed faad2 patch no longer required as per faad2 bump.
- added -N flag to contrib usage of patch to ignore patches which appear already applied. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2269 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'make/include/contrib.defs')
-rw-r--r--make/include/contrib.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/include/contrib.defs b/make/include/contrib.defs
index 5f1f9e54b..cbc70866b 100644
--- a/make/include/contrib.defs
+++ b/make/include/contrib.defs
@@ -52,7 +52,7 @@ define import.CONTRIB.defs
# extra line feed is required
define $(1).PATCH.item
- $$(PATCH.exe) -t -p1 -d $$(1) < $$(2)
+ $$(PATCH.exe) -t -N -p1 -d $$(1) < $$(2)
endef