From df0a0c70487193f88469e04c0c9fe080e6c5dde5 Mon Sep 17 00:00:00 2001 From: minskim Date: Mon, 4 Oct 2004 02:15:52 +0000 Subject: 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. --- lang/tcl/patches/patch-ag | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'lang/tcl/patches') 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@ + -- cgit v1.2.3