summaryrefslogtreecommitdiff
path: root/inputmethod/libchewing/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/libchewing/patches/patch-ac')
-rw-r--r--inputmethod/libchewing/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/inputmethod/libchewing/patches/patch-ac b/inputmethod/libchewing/patches/patch-ac
new file mode 100644
index 00000000000..cb50a838df6
--- /dev/null
+++ b/inputmethod/libchewing/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2006/10/22 20:32:36 rillig Exp $
+
+--- autogen.sh.orig 2005-08-08 15:35:00.000000000 +0200
++++ autogen.sh 2006-10-22 22:30:32.000000000 +0200
+@@ -10,7 +10,7 @@ ${ACLOCAL:-aclocal} ${ACLOCAL_ARG}
+
+ # Darwin has different name for "libtoolize"
+ UNAME=`uname`
+-if [ "x${UNAME}" == "xDarwin" ]; then
++if [ "x${UNAME}" = "xDarwin" ]; then
+ ${LIBTOOLIZE:-glibtoolize} -c --automake
+ else
+ ${LIBTOOLIZE:-libtoolize} -c --automake