aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-17 23:51:15 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-17 23:51:15 +0000
commitc1a9c78832478bfe3db472adaa51c719ff055b3c (patch)
treed88298a2a81a72208f216c2f2b6c25e8326b13b9 /editors
parente1574ba8bf27c2611231ae2e59165741ea838ebb (diff)
downloadports-c1a9c78832478bfe3db472adaa51c719ff055b3c.tar.gz
ports-c1a9c78832478bfe3db472adaa51c719ff055b3c.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/vim/files/patch-configure b/editors/vim/files/patch-configure
new file mode 100644
index 000000000000..fcf7c62f9bca
--- /dev/null
+++ b/editors/vim/files/patch-configure
@@ -0,0 +1,11 @@
+--- auto/configure.orig Sun May 9 20:47:46 2004
++++ auto/configure Sun May 9 20:46:02 2004
+@@ -1931,7 +1931,7 @@
+ echo "$ac_t""$try/tclConfig.sh" 1>&6
+ . $try/tclConfig.sh
+ TCL_LIBS=`eval echo "$TCL_LIB_SPEC $TCL_LIBS"`
+- TCL_DEFS=`echo $TCL_DEFS | tr ' ' '\012' | sed -e '/^-[^D]/d' -e '/-D[^_]/d' -e 's/-D_/ -D_/' | tr -d '\012'`
++ TCL_DEFS=`echo $TCL_DEFS | tr ' ' '\012' | sed -e '/^[^-]/d' -e '/^-[^D]/d' -e '/-D[^_]/d' -e 's/-D_/ -D_/' | tr -d '\012'`
+ break
+ fi
+ done