diff options
author | konablend <[email protected]> | 2009-04-15 23:47:57 +0000 |
---|---|---|
committer | konablend <[email protected]> | 2009-04-15 23:47:57 +0000 |
commit | e47c45909f0e02f1267331b095521f66ba216f41 (patch) | |
tree | afb3689bea2be5b85af3d7177ee5f989fa4d3246 /contrib | |
parent | 403de8d7bb56ef5ae90f27400d97c96fdd654b2a (diff) |
- added libtool patch for xvidcore to fix build error --> configure: error: cannot run /bin/bash ./config.sub
- bug was reported on Unbuntu 8.10 and is heterogeneous in nature, exposed by libtool circa 2.2 -> 2.2.4
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2331 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/xvidcore/A00-libtool.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/xvidcore/A00-libtool.patch b/contrib/xvidcore/A00-libtool.patch new file mode 100644 index 000000000..0ae50dbbb --- /dev/null +++ b/contrib/xvidcore/A00-libtool.patch @@ -0,0 +1,12 @@ +diff -Naurw xvidcore-20090311.orig/build/generic/bootstrap.sh xvidcore-20090311/build/generic/bootstrap.sh +--- xvidcore-20090311.orig/build/generic/bootstrap.sh 2005-05-23 05:29:43.000000000 -0400 ++++ xvidcore-20090311/build/generic/bootstrap.sh 2009-04-15 13:13:54.000000000 -0400 +@@ -75,7 +75,7 @@ + $AUTOMAKE -c -a 1>/dev/null 2>&1 + + echo "Copying files provided by libtool" +-$LIBTOOLIZE -f -c 1>/dev/null 2>&1 ++$LIBTOOLIZE -f -c -i 1>/dev/null 2>&1 + + echo "Removing files that are not needed" + rm -rf autom4* 1>/dev/null 2>&1 |