summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2001-04-13 21:42:42 +0000
committerdinoex <dinoex@FreeBSD.org>2001-04-13 21:42:42 +0000
commit490f63c7b328a297b3ebec08c9bf6796db3dfeaf (patch)
tree587494305b5da28cb061cedf7f97586d65504a81 /devel
parent82524c8686f983f62fcc8f53b8bcd1e381b191bb (diff)
downloadFreeBSD-ports-490f63c7b328a297b3ebec08c9bf6796db3dfeaf.zip
FreeBSD-ports-490f63c7b328a297b3ebec08c9bf6796db3dfeaf.tar.gz
Fix a problem with older tcl versions, that could overwrite the Include-Path
Diffstat (limited to 'devel')
-rw-r--r--devel/gcvs/files/patch-configure25
1 files changed, 10 insertions, 15 deletions
diff --git a/devel/gcvs/files/patch-configure b/devel/gcvs/files/patch-configure
index fa94848..a40c6ee 100644
--- a/devel/gcvs/files/patch-configure
+++ b/devel/gcvs/files/patch-configure
@@ -1,29 +1,24 @@
--- configure.orig Tue Mar 6 19:00:29 2001
-+++ configure Wed Mar 28 23:40:57 2001
-@@ -2942,8 +2942,9 @@
- fi
-
++++ configure Fri Apr 13 22:34:02 2001
+@@ -2944,6 +2944,7 @@
HAVE_TCL=0
--TCL_CFLAGS=
-+TCL_CFLAGS="-I $TCL_INCLUDE_DIR"
+ TCL_CFLAGS=
TCL_LIB_SPEC=
+TCL_PACKAGE_PATH="TCL_LIB_SPEC/.."
if test $ac_has_tclinc = yes -a $ac_has_tcllib = yes ; then
HAVE_TCL=1
-@@ -2954,13 +2955,14 @@
+@@ -2953,9 +2954,11 @@
+
# The variables that we use from tclConfig.sh
TCL_CFLAGS=$TCL_CFLAGS
- # TCL_LIB_SPEC=$TCL_LIB_SPEC
+-# TCL_LIB_SPEC=$TCL_LIB_SPEC
- TCL_LIB_SPEC="-L$TCL_PACKAGE_PATH -ltcl"
-+ TCL_LIB_SPEC="-L$TCL_PACKAGE_PATH -ltcl83"
++ TCL_LIB_SPEC=$TCL_LIB_SPEC
++# TCL_LIB_SPEC="-L$TCL_PACKAGE_PATH -ltcl83"
fi
++TCL_CFLAGS="$TCL_CFLAGS -I $TCL_INCLUDE_DIR"
++
-
-
-+
- if test $HAVE_TCL = 1; then
- echo "$ac_t""Using TCL ${TCL_VERSION}${TCL_PATCH_LEVEL}" 1>&6
- else
OpenPOWER on IntegriCloud