summaryrefslogtreecommitdiff
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
commit04648ffb89a0486d8bcf1b0967ec6c6c65b9a129 (patch)
treec8ab46e5ce043ba1ffea2e9d82138b282a3fba44
parent8c162bc80f0d3aedd79aabcd82bf17da76e86fd8 (diff)
downloadpkgsrc-04648ffb89a0486d8bcf1b0967ec6c6c65b9a129.tar.gz
Unbreak linking on Mac OS X when bootstrap is build with full option.
-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