[arch-commits] Commit in gcin/trunk (fix_x86_64_libdir.patch)
andyrtr at archlinux.org
andyrtr at archlinux.org
Fri Dec 12 21:18:36 UTC 2008
Date: Friday, December 12, 2008 @ 16:18:35
Author: andyrtr
Revision: 21406
add the lidir fix patch
Added:
gcin/trunk/fix_x86_64_libdir.patch
-------------------------+
fix_x86_64_libdir.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
Added: fix_x86_64_libdir.patch
===================================================================
--- fix_x86_64_libdir.patch (rev 0)
+++ fix_x86_64_libdir.patch 2008-12-12 21:18:35 UTC (rev 21406)
@@ -0,0 +1,11 @@
+--- configure 2008-01-11 01:00:35.000000000 +0000
++++ configure.new 2008-12-12 21:06:41.064992082 +0000
+@@ -108,7 +108,7 @@
+
+ LIB='lib'
+ if [ -d /lib64 ]; then
+-LIB='lib64'
++LIB='lib'
+ fi
+
+ QT_IM='N'
More information about the arch-commits
mailing list