Index: dev-libs/m17n-lib/files/m17n-lib-1.6.2-gui.patch |
diff --git a/dev-libs/m17n-lib/files/m17n-lib-1.6.2-gui.patch b/dev-libs/m17n-lib/files/m17n-lib-1.6.2-gui.patch |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2c37246a6e5d5001da6babddbfc22cba4efdd907 |
--- /dev/null |
+++ b/dev-libs/m17n-lib/files/m17n-lib-1.6.2-gui.patch |
@@ -0,0 +1,16 @@ |
+Index: m17n-lib-1.6.2/configure.ac |
+=================================================================== |
+--- m17n-lib-1.6.2.orig/configure.ac |
++++ m17n-lib-1.6.2/configure.ac |
+@@ -100,9 +100,9 @@ dnl Checks which levels of APIs should b |
+ AC_ARG_ENABLE(gui, |
+ AS_HELP_STRING([--enable-gui],[enable GUI level APIs (default is YES)])) |
+ |
+-AM_CONDITIONAL(WITH_GUI, test x$with_gui != xno) |
++AM_CONDITIONAL(WITH_GUI, test x$enable_gui != xno) |
+ |
+-if test x$with_gui != xno; then |
++if test x$enable_gui != xno; then |
+ |
+ dnl Checks if dlopen exists, and if it's in libc or libdl. |
+ |