summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inputmethod/uim/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/inputmethod/uim/patches/patch-aa b/inputmethod/uim/patches/patch-aa
new file mode 100644
index 00000000000..66696757a42
--- /dev/null
+++ b/inputmethod/uim/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.5 2008/03/03 00:36:09 obache Exp $
+
+Avoid to install internal sigscheme's header & library.
+It conflict with lang/sigscheme.
+
+--- Makefile.in.orig 2008-02-20 12:25:45.000000000 +0000
++++ Makefile.in
+@@ -310,7 +310,7 @@ top_srcdir = @top_srcdir@
+ uim_pixmapsdir = @uim_pixmapsdir@
+ AUTOMAKE_OPTIONS = foreign
+ ACLOCAL_AMFLAGS = -I m4
+-SUBDIRS = m4 doc replace sigscheme uim scm test \
++SUBDIRS = m4 doc replace uim scm test \
+ gtk helper qt xim fep emacs \
+ po pixmaps examples
+