diff options
author | obrien <obrien@FreeBSD.org> | 1997-10-15 17:28:58 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-10-15 17:28:58 +0800 |
commit | 8d2356458232683a83e7d32651e8154b6829b982 (patch) | |
tree | 6a7909b03807e26cb49f714a4e97eb4ad743acde /editors/vim6/files | |
parent | 831385050cfd5f774e4005f73bc56b4d1aa6e986 (diff) | |
download | freebsd-ports-gnome-8d2356458232683a83e7d32651e8154b6829b982.tar.gz freebsd-ports-gnome-8d2356458232683a83e7d32651e8154b6829b982.tar.zst freebsd-ports-gnome-8d2356458232683a83e7d32651e8154b6829b982.zip |
autoconf's handling of perl5 interpreter support is broken on 2.2.5-BETA.
Diffstat (limited to 'editors/vim6/files')
-rw-r--r-- | editors/vim6/files/patch-01 | 15 |
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 |