mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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
1 changed files with 11 additions and 0 deletions
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…
Add table
Reference in a new issue