mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Unbreak WITH_TCL builds.
Submitted by: Michael Edenfield <kutulu@kutulu.org> PR: 66434 Approved by: maintainer
This commit is contained in:
parent
e1574ba8bf
commit
c1a9c78832
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109383
11
editors/vim/files/patch-configure
Normal file
11
editors/vim/files/patch-configure
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user