PKGBUILDs/extra/gcin/fix_x86_64_libdir.patch

12 lines
202 B
Diff
Raw Normal View History

2009-10-10 02:23:22 +00:00
--- 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'