summaryrefslogtreecommitdiff
path: root/editors/vim-share
diff options
context:
space:
mode:
authormorr <morr@pkgsrc.org>2016-07-04 21:07:02 +0000
committermorr <morr@pkgsrc.org>2016-07-04 21:07:02 +0000
commit8c1d0c8f717e9a3255c1f67704fb8e416bc058ae (patch)
treebc35990144a95deaf24e5c702381514d5ee36ca7 /editors/vim-share
parent6d4b7f5d071be08fed10dc871d36c56704103845 (diff)
downloadpkgsrc-8c1d0c8f717e9a3255c1f67704fb8e416bc058ae.tar.gz
Unbreak linking on Mac OS X when bootstrap is build with full option.
Diffstat (limited to 'editors/vim-share')
-rw-r--r--editors/vim-share/patches/patch-auto_configure18
1 files changed, 14 insertions, 4 deletions
diff --git a/editors/vim-share/patches/patch-auto_configure b/editors/vim-share/patches/patch-auto_configure
index 61a90e392d4..c21fd7e9ce2 100644
--- a/editors/vim-share/patches/patch-auto_configure
+++ b/editors/vim-share/patches/patch-auto_configure
@@ -1,10 +1,11 @@
-$NetBSD: patch-auto_configure,v 1.1 2012/08/28 05:59:39 morr Exp $
+$NetBSD: patch-auto_configure,v 1.2 2016/07/04 21:07:02 morr Exp $
Buildlink takes care of include files.
+Also, remove stray dollar.
---- src/auto/configure.orig 2012-05-25 09:26:29.000000000 +0000
-+++ src/auto/configure
-@@ -8198,7 +8198,7 @@ fi
+--- auto/configure.orig 2016-07-02 20:33:46.000000000 +0000
++++ auto/configure
+@@ -9490,7 +9490,7 @@ fi
if test -z "$SKIP_MOTIF"; then
@@ -13,3 +14,12 @@ Buildlink takes care of include files.
GUI_INC_LOC="`echo $GUI_INC_LOC|sed 's%-I%%g'`"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of Motif GUI includes" >&5
+@@ -14028,7 +14028,7 @@ if test "x$MACOSX" = "xyes"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need -framework Cocoa" >&5
+ $as_echo_n "checking whether we need -framework Cocoa... " >&6; }
+ if test "x$features" != "xtiny" || test "x$enable_multibyte" = "xyes"; then
+- LIBS=$"$LIBS -framework Cocoa"
++ LIBS="$LIBS -framework Cocoa"
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+ else