summaryrefslogtreecommitdiff
path: root/editors/vim6
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-10-15 09:28:58 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-10-15 09:28:58 +0000
commit9eecda3cf781c759e20f10c41e5728bb4498db3d (patch)
tree67a21634d60dcb8d2a210170d6f6d74c42d1af3f /editors/vim6
parentUpgrade to 3.2.0.97 (diff)
autoconf's handling of perl5 interpreter support is broken on 2.2.5-BETA.
Notes
Notes: svn path=/head/; revision=8276
Diffstat (limited to 'editors/vim6')
-rw-r--r--editors/vim6/files/patch-0115
1 files changed, 12 insertions, 3 deletions
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