summaryrefslogtreecommitdiff
path: root/editors/vim-gtk/patches
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vim-gtk/patches')
-rw-r--r--editors/vim-gtk/patches/patch-aa14
-rw-r--r--editors/vim-gtk/patches/patch-zb12
2 files changed, 13 insertions, 13 deletions
diff --git a/editors/vim-gtk/patches/patch-aa b/editors/vim-gtk/patches/patch-aa
index 5ccb1155c3b..efde2b368c4 100644
--- a/editors/vim-gtk/patches/patch-aa
+++ b/editors/vim-gtk/patches/patch-aa
@@ -1,20 +1,20 @@
-$NetBSD: patch-aa,v 1.5 2001/06/06 06:07:29 pooka Exp $
+$NetBSD: patch-aa,v 1.6 2001/10/04 10:18:12 martti Exp $
---- configure.orig Thu May 10 21:59:18 2001
-+++ configure Wed Jun 6 08:36:44 2001
-@@ -1818,6 +1818,7 @@
+--- auto/configure.orig Thu Oct 4 10:02:00 2001
++++ auto/configure Thu Oct 4 10:02:49 2001
+@@ -2212,6 +2212,7 @@
# Look for the header file in a standard set of common directories.
# Check X11 before X11Rn because it is often a symlink to the current release.
for ac_dir in \
-+ ${X11BASE}/include \
++ ${BUILDLINK_X11_DIR}/include \
/usr/X11/include \
/usr/X11R6/include \
/usr/X11R5/include \
-@@ -1893,6 +1894,7 @@
+@@ -2287,6 +2288,7 @@
# First see if replacing the include by lib works.
# Check X11 before X11Rn because it is often a symlink to the current release.
for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
-+ ${X11BASE}/lib \
++ ${BUILDLINK_X11_DIR}/lib \
/usr/X11/lib \
/usr/X11R6/lib \
/usr/X11R5/lib \
diff --git a/editors/vim-gtk/patches/patch-zb b/editors/vim-gtk/patches/patch-zb
index 6bb725e8c0e..2a189d6cd8a 100644
--- a/editors/vim-gtk/patches/patch-zb
+++ b/editors/vim-gtk/patches/patch-zb
@@ -1,13 +1,13 @@
-$NetBSD: patch-zb,v 1.2 2001/06/06 06:07:29 pooka Exp $
+$NetBSD: patch-zb,v 1.3 2001/10/04 10:18:12 martti Exp $
---- feature.h.orig Wed Mar 29 17:10:34 2000
-+++ feature.h Wed Jun 6 08:10:02 2001
-@@ -349,7 +349,7 @@
+--- feature.h.orig Tue Sep 25 20:51:26 2001
++++ feature.h Thu Oct 4 09:44:15 2001
+@@ -489,7 +489,7 @@
* (used only with NO_BUILTIN_TCAPS not defined).
*/
#ifdef HAVE_TGETENT
-/* #define NO_BUILTIN_TCAPS */
-+# define NO_BUILTIN_TCAPS
++#define NO_BUILTIN_TCAPS
#endif
- #ifndef NO_BUILTIN_TCAPS
+ #if !defined(NO_BUILTIN_TCAPS) && !defined(FEAT_GUI_W16)