aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2006-09-10 02:29:51 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2006-09-10 02:29:51 +0000
commit59c73708f0bf578e9549918f121c58dc56fedb7b (patch)
tree7a7e93da1d107878ce133048a2702e6d679674f8 /editors
parent07eeca98f045693c36211848be7eaff32542dbfd (diff)
downloadports-59c73708f0bf578e9549918f121c58dc56fedb7b.tar.gz
ports-59c73708f0bf578e9549918f121c58dc56fedb7b.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 64b85ff0b74a..63b2679ab9f2 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -144,6 +144,11 @@ pre-configure:
s|\$$gtk_config_exec_prefix/bin/gtk-config|\$${GTK_CONFIG}|g; \
s|/usr/local|${LOCALBASE}|g' \
${WRKSRC}/auto/configure
+.if defined(WITH_XTERM_SAVE)
+ @${REINPLACE_CMD} -e ' \
+ s|/\* #define FEAT_XTERM_SAVE \*/|#define FEAT_XTERM_SAVE|g' \
+ ${WRKSRC}/feature.h
+.endif
# Clean up junk files to keep them from being installed.
pre-install: