summaryrefslogtreecommitdiff
path: root/devel/gcvs/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gcvs/files/patch-configure')
-rw-r--r--devel/gcvs/files/patch-configure29
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/gcvs/files/patch-configure b/devel/gcvs/files/patch-configure
new file mode 100644
index 000000000000..fa9484832397
--- /dev/null
+++ b/devel/gcvs/files/patch-configure
@@ -0,0 +1,29 @@
+--- configure.orig Tue Mar 6 19:00:29 2001
++++ configure Wed Mar 28 23:40:57 2001
+@@ -2942,8 +2942,9 @@
+ fi
+
+ HAVE_TCL=0
+-TCL_CFLAGS=
++TCL_CFLAGS="-I $TCL_INCLUDE_DIR"
+ 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 @@
+ # The variables that we use from tclConfig.sh
+ TCL_CFLAGS=$TCL_CFLAGS
+ # TCL_LIB_SPEC=$TCL_LIB_SPEC
+- TCL_LIB_SPEC="-L$TCL_PACKAGE_PATH -ltcl"
++ TCL_LIB_SPEC="-L$TCL_PACKAGE_PATH -ltcl83"
+ fi
+
+
+
+
+
++
+ if test $HAVE_TCL = 1; then
+ echo "$ac_t""Using TCL ${TCL_VERSION}${TCL_PATCH_LEVEL}" 1>&6
+ else