- readd a new gcin-libdir.patch as the bug was fixed only for strange subforms of x86_64 and not all other platforms. OBS-URL: https://build.opensuse.org/request/show/144482 OBS-URL: https://build.opensuse.org/package/show/M17N/gcin?expand=0&rev=31
20 lines
453 B
Diff
20 lines
453 B
Diff
Index: gcin-2.7.9/configure
|
|
===================================================================
|
|
--- gcin-2.7.9.orig/configure
|
|
+++ gcin-2.7.9/configure
|
|
@@ -175,10 +175,10 @@ fi
|
|
|
|
|
|
LIB='lib'
|
|
-if [ -d /usr/lib64 -a -d /lib64 -a ! -d /lib/x86_64-linux-gnu ]; then
|
|
-LIB='lib64'
|
|
-# for fedora 64bit
|
|
-GTK_QUERY_IM_64='-64'
|
|
+if pkg-config --libs qt-mt | grep lib64 >/dev/null ; then
|
|
+ LIB='lib64'
|
|
+ # for fedora 64bit
|
|
+ GTK_QUERY_IM_64='-64'
|
|
fi
|
|
|
|
QT_IM='N'
|