summaryrefslogtreecommitdiff
path: root/editors/vim-share/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vim-share/patches/patch-ac')
-rw-r--r--editors/vim-share/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/vim-share/patches/patch-ac b/editors/vim-share/patches/patch-ac
new file mode 100644
index 00000000000..51a3390a646
--- /dev/null
+++ b/editors/vim-share/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.8 2006/10/16 17:00:29 martti Exp $
+
+--- src/configure.in.orig 2006-10-16 19:41:43.000000000 +0000
++++ src/configure.in 2006-10-16 19:42:02.000000000 +0000
+@@ -2835,7 +2835,7 @@
+ && test "x$GUITYPE" != "xCARBONGUI"; then
+ AC_MSG_CHECKING(whether we need -framework Carbon)
+ dnl check for MACOSX without Carbon GUI, but with FEAT_MBYTE
+- if test "x$enable_multibyte" = "xyes" || test "x$features" == "xbig" \
++ if test "x$enable_multibyte" = "xyes" || test "x$features" = "xbig" \
+ || test "x$features" = "xhuge"; then
+ LIBS="$LIBS -framework Carbon"
+ AC_MSG_RESULT(yes)