Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-ibus

New issue 1344 by [email protected]: support multi-arch
http://code.google.com/p/ibus/issues/detail?id=1344

now Debian and Ubuntu will support multi-arch(support i386 and amd64 in one system), please apply the following patch for multi-arch, and regenerate the configure file, thanks

see also: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642317

--- trunk.orig/configure.ac
+++ trunk/configure.ac
@@ -186,7 +186,8 @@
 if test x"$enable_gtk2" = x"yes"; then
     # check for gdk2
gtk2_binary_version=`$PKG_CONFIG --variable=gtk_binary_version gtk+-2.0`
-    GTK2_IM_MODULEDIR="$libdir"/gtk-2.0/$gtk2_binary_version/immodules
+    gtk2_libdir=`$PKG_CONFIG --variable=libdir gtk+-2.0`
+    GTK2_IM_MODULEDIR="$gtk2_libdir"/gtk-2.0/$gtk2_binary_version/immodules

     PKG_CHECK_MODULES(GDK2, [
         gdk-2.0



--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en

回复