summaryrefslogtreecommitdiff
path: root/lang/tcl/patches
diff options
context:
space:
mode:
authorminskim <minskim>2004-10-04 02:15:52 +0000
committerminskim <minskim>2004-10-04 02:15:52 +0000
commitdf0a0c70487193f88469e04c0c9fe080e6c5dde5 (patch)
tree8a8ece83d1873ae8498d4149a3688638a1cbf720 /lang/tcl/patches
parent92603aefc071ae16e9d9db8daef8d20ff8af9e17 (diff)
downloadpkgsrc-df0a0c70487193f88469e04c0c9fe080e6c5dde5.tar.gz
In Tcl 8.4.7, there's no need to use LD_FLAGS, which was introduced to
fix building the threaded versions of tcl and tk in 8.4.6nb2. This closes PR pkg/27130. Bump PKGREVISION because lib/tclConfig.sh is changed.
Diffstat (limited to 'lang/tcl/patches')
-rw-r--r--lang/tcl/patches/patch-ag7
1 files changed, 1 insertions, 6 deletions
diff --git a/lang/tcl/patches/patch-ag b/lang/tcl/patches/patch-ag
index 4564c2983dc..380a0e84c37 100644
--- a/lang/tcl/patches/patch-ag
+++ b/lang/tcl/patches/patch-ag
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.2 2004/06/22 18:34:09 drochner Exp $
+$NetBSD: patch-ag,v 1.3 2004/10/04 02:15:52 minskim Exp $
--- tclConfig.sh.in.orig 2004-03-02 00:58:59.000000000 +0100
+++ tclConfig.sh.in
@@ -7,11 +7,6 @@ $NetBSD: patch-ag,v 1.2 2004/06/22 18:34:09 drochner Exp $
+if [ -z "${_TCL_NOTHREAD}" ]; then
+
# Tcl's version number.
-@@ -92,3 +94,3 @@ TCL_DL_LIBS='@DL_LIBS@'
- # an executable tclsh or tcltest binary.
--TCL_LD_FLAGS='@LDFLAGS@'
-+TCL_LD_FLAGS='@LD_FLAGS@'
-
@@ -180 +182,7 @@ TCL_STUB_LIB_PATH='@TCL_STUB_LIB_PATH@'
TCL_THREADS=@TCL_THREADS@
+