1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/editors/vim/files/patch-01
David E. O'Brien 87322138a9 Beta version of Vim 5.0.
Vim 5.0 beta is still under development (hasn't really reached a final beta
stage).  Until that point, I don't want to change the stable vim-4.6 port.

Note that Vim5.0 has syntax coloring and Perl 5.004 support.
1997-05-25 02:59:06 +00:00

22 lines
880 B
Plaintext

--- Makefile.orig Tue May 13 01:50:19 1997
+++ Makefile Sun May 18 19:45:46 1997
@@ -559,7 +559,7 @@
$(MOTIF_COMMENT)GUI_DEFS = -DUSE_GUI_MOTIF $(NARROW_PROTO)
$(MOTIF_COMMENT)GUI_IPATH = -I$(GUI_INC_LOC)
$(MOTIF_COMMENT)GUI_LIBS_DIR = -L$(GUI_LIB_LOC)
-$(MOTIF_COMMENT)GUI_LIBS = -lXm -lXt
+$(MOTIF_COMMENT)GUI_LIBS = ${MOTIFLIB} -lXt
$(MOTIF_COMMENT)GUI_TARGETS = $(BINLOC)/$(GVIMTARGET) \
$(BINLOC)/$(GEXTARGET) \
$(BINLOC)/$(GVIEWTARGET) \
@@ -796,7 +796,8 @@
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_ARGS)
+ $(CONF_OPT_PERL) $(CONF_ARGS) \
+ --prefix=$(PREFIX)
# When configure.in has changed, run autoconf to produce configure
# If you don't have autoconf, use the configure that's there