diff options
author | sr55 <[email protected]> | 2014-10-19 15:29:45 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2014-10-19 15:29:45 +0000 |
commit | 535d7b2b1aa08ff4ab329b70099109a922ac18c1 (patch) | |
tree | 8272e072232165866966674c14e03c1d578af698 /contrib | |
parent | 7500112dadf1d8fc945eb8ca0197d2cb762f1d42 (diff) |
Fix Patch file
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6452 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libgnurx/P00-mingw-static.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/libgnurx/P00-mingw-static.patch b/contrib/libgnurx/P00-mingw-static.patch index fcf357b39..693b39d8f 100644 --- a/contrib/libgnurx/P00-mingw-static.patch +++ b/contrib/libgnurx/P00-mingw-static.patch @@ -1,7 +1,7 @@ diff -ur mingw-libgnurx-2.5.1/Makefile.in.orig mingw-libgnurx-2.5.1/Makefile.in --- mingw-libgnurx-2.5.1/Makefile.in.orig 2007-05-07 15:28:28.000000000 -0400 +++ mingw-libgnurx-2.5.1/Makefile.in 2014-10-11 14:10:50.000000000 -0400 -@@ -72,11 +72,20 @@ +@@ -72,11 +72,19 @@ libgnurx-$(DLLVERSION).dll libgnurx.dll.a: $(OBJEC libregex.a: libgnurx.dll.a cp -p libgnurx.dll.a $@ @@ -21,3 +21,4 @@ diff -ur mingw-libgnurx-2.5.1/Makefile.in.orig mingw-libgnurx-2.5.1/Makefile.in install-dll: mkdir -p ${bindir} cp -p $(BINDIST_FILES) ${bindir} + |