From 8d2356458232683a83e7d32651e8154b6829b982 Mon Sep 17 00:00:00 2001
From: obrien <obrien@FreeBSD.org>
Date: Wed, 15 Oct 1997 09:28:58 +0000
Subject: autoconf's handling of perl5 interpreter support is broken on
 2.2.5-BETA.

---
 editors/vim6/files/patch-01 | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

(limited to 'editors/vim6')

diff --git a/editors/vim6/files/patch-01 b/editors/vim6/files/patch-01
index 066c0578094a..59c6a385df96 100644
--- a/editors/vim6/files/patch-01
+++ b/editors/vim6/files/patch-01
@@ -1,6 +1,6 @@
---- Makefile.orig	Thu Aug 21 04:24:06 1997
-+++ Makefile	Fri Aug 22 11:59:58 1997
-@@ -578,7 +578,7 @@
+--- Makefile.orig	Sun Sep 28 13:45:32 1997
++++ Makefile	Wed Oct 15 02:24:25 1997
+@@ -597,7 +597,7 @@
  MOTIF_DEFS	= -DUSE_GUI_MOTIF $(NARROW_PROTO)
  MOTIF_IPATH	= -I$(GUI_INC_LOC)
  MOTIF_LIBS_DIR	= -L$(GUI_LIB_LOC)
@@ -9,3 +9,12 @@
  MOTIF_TARGETS	= $(BINDIR)/$(GVIMTARGET) \
  				$(BINDIR)/$(GEXTARGET) \
  				$(BINDIR)/$(GVIEWTARGET) \
+@@ -837,7 +837,7 @@
+ 	GUI_INC_LOC="$(GUI_INC_LOC)" GUI_LIB_LOC="$(GUI_LIB_LOC)" \
+ 		CC="$(CC)" CFLAGS="$(CFLAGS)" TERM_LIB="$(TERM_LIB)" \
+ 	$(CONF_SHELL) ./configure $(CONF_OPT_GUI) $(CONF_OPT_X) \
+-	$(CONF_OPT_PERL) $(CONF_OPT_PYTHON) $(CONF_ARGS)
++	$(CONF_OPT_PYTHON) $(CONF_ARGS)
+ 
+ # When configure.in has changed, run autoconf to produce configure
+ # If you don't have autoconf, use the configure that's there
-- 
cgit