aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-05-18 07:51:15 +0800
committerkris <kris@FreeBSD.org>2004-05-18 07:51:15 +0800
commitb67296b7c9934e90cf4f2e86777346a4aa3df161 (patch)
tree263742a1304e8e3fd2d99c0d41e49b894feaa1ec
parent79ffa54db7fd9958de2990e12441118b2890b5fe (diff)
downloadfreebsd-ports-gnome-b67296b7c9934e90cf4f2e86777346a4aa3df161.tar.gz
freebsd-ports-gnome-b67296b7c9934e90cf4f2e86777346a4aa3df161.tar.zst
freebsd-ports-gnome-b67296b7c9934e90cf4f2e86777346a4aa3df161.zip
Unbreak WITH_TCL builds.
Submitted by: Michael Edenfield <kutulu@kutulu.org> PR: 66434 Approved by: maintainer
-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