pkgsrc/editors/vim-share/patches/patch-aa
martti 244cac03bd Updated VIM to 7.2
This is a minor release of Vim.  In the 15 months since Vim 7.1 many
bugs were fixed and runtime files have been added and updated.  There
are also security improvements, therefore it's a good idea to upgrade.

The main new feature since 7.1 is floating point support.  You can use
it in the Vim script language to add up a list of amounts, for example.

Once you have installed Vim 7.2 you can find details about the changes
since Vim 7.1 with ":help version-7.2".
2008-08-11 12:14:10 +00:00

15 lines
718 B
Text

$NetBSD: patch-aa,v 1.15 2008/08/11 12:14:10 martti Exp $
Buildlink takes care of include files.
--- src/auto/configure.orig 2008-07-24 15:40:36.000000000 +0300
+++ src/auto/configure 2008-08-11 12:58:28.000000000 +0300
@@ -8966,7 +8966,7 @@
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="${BUILDLINK_DIR}/include"
GUI_INC_LOC="`echo $GUI_INC_LOC|sed 's%-I%%g'`"
{ $as_echo "$as_me:$LINENO: checking for location of Motif GUI includes" >&5