pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/vim-share/patches



Module Name:    pkgsrc
Committed By:   morr
Date:           Mon Jul  4 21:07:02 UTC 2016

Modified Files:
        pkgsrc/editors/vim-share/patches: patch-auto_configure

Log Message:
Unbreak linking on Mac OS X when bootstrap is build with full option.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/editors/vim-share/patches/patch-auto_configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/vim-share/patches/patch-auto_configure
diff -u pkgsrc/editors/vim-share/patches/patch-auto_configure:1.1 pkgsrc/editors/vim-share/patches/patch-auto_configure:1.2
--- pkgsrc/editors/vim-share/patches/patch-auto_configure:1.1   Tue Aug 28 05:59:39 2012
+++ pkgsrc/editors/vim-share/patches/patch-auto_configure       Mon Jul  4 21:07:02 2016
@@ -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



Home | Main Index | Thread Index | Old Index