- added libtool patch for xvidcore to fix build error --> configure: error: cannot...
authorkonablend <kona8lend@gmail.com>
Wed, 15 Apr 2009 23:47:57 +0000 (23:47 +0000)
committerkonablend <kona8lend@gmail.com>
Wed, 15 Apr 2009 23:47:57 +0000 (23:47 +0000)
- 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

contrib/xvidcore/A00-libtool.patch [new file with mode: 0644]

diff --git a/contrib/xvidcore/A00-libtool.patch b/contrib/xvidcore/A00-libtool.patch
new file mode 100644 (file)
index 0000000..0ae50db
--- /dev/null
@@ -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