pkgsrc-ng/editors/vim-share/patches/patch-auto_configure
2016-11-18 22:39:22 +01:00

26 lines
1.2 KiB
Plaintext

$NetBSD: patch-auto_configure,v 1.3 2016/07/05 07:26:35 morr Exp $
Buildlink takes care of include files.
Also, remove stray dollar.
--- src/auto/configure.orig 2016-07-02 20:33:46.000000000 +0000
+++ src/auto/configure
@@ -9490,7 +9490,7 @@ fi
if test -z "$SKIP_MOTIF"; then
- gui_XXX="/usr/XXX/Motif* /usr/Motif*/XXX /usr/XXX /usr/shlib /usr/X11*/XXX /usr/XXX/X11* /usr/dt/XXX /local/Motif*/XXX /local/XXX/Motif* /usr/local/Motif*/XXX /usr/local/XXX/Motif* /usr/local/XXX /usr/local/X11*/XXX /usr/local/LessTif/Motif*/XXX $MOTIFHOME/XXX"
+ gui_XXX="${MOTIFBASE}/include"
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