summaryrefslogtreecommitdiff
path: root/cad/xcircuit/patches/patch-ab
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-12-06 16:20:12 +0000
committerminskim <minskim@pkgsrc.org>2004-12-06 16:20:12 +0000
commit856759999b57374b826ad696e06b56adc5b481b0 (patch)
treec359a39bd879ec3fb341db0743e1603cd9b41301 /cad/xcircuit/patches/patch-ab
parent6c2c872d74b309b3c307840d0aefcc8e6a360544 (diff)
downloadpkgsrc-856759999b57374b826ad696e06b56adc5b481b0.tar.gz
Honor TCL_LIBS in tclConfig.sh.
Diffstat (limited to 'cad/xcircuit/patches/patch-ab')
-rw-r--r--cad/xcircuit/patches/patch-ab16
1 files changed, 12 insertions, 4 deletions
diff --git a/cad/xcircuit/patches/patch-ab b/cad/xcircuit/patches/patch-ab
index 9d0b6d01d69..cb58cd5ed27 100644
--- a/cad/xcircuit/patches/patch-ab
+++ b/cad/xcircuit/patches/patch-ab
@@ -1,8 +1,16 @@
-$NetBSD: patch-ab,v 1.5 2004/11/19 13:24:11 adam Exp $
+$NetBSD: patch-ab,v 1.6 2004/12/06 16:20:12 minskim Exp $
---- configure.orig 2004-10-01 04:25:07.000000000 +0000
+--- configure.orig 2004-09-30 23:25:07.000000000 -0500
+++ configure
-@@ -7704,7 +7704,7 @@ fi
+@@ -7629,6 +7629,7 @@ fi
+ if test "x$xc_with_tcl" != "x" ; then
+ . $tcl_config_sh
+ . $tk_config_sh
++ LIBS="${LIBS} ${TCL_LIBS}"
+
+ if test "$TCL_VERSION" = "7.6" -a "$TK_VERSION" = "4.2" ; then
+ :
+@@ -7704,7 +7705,7 @@ fi
if test "x$xc_with_tcl" != "x" ; then
case $target in
@@ -11,7 +19,7 @@ $NetBSD: patch-ab,v 1.5 2004/11/19 13:24:11 adam Exp $
TCL_LIB_NAME="tcl${TCL_MAJOR_VERSION}${TCL_MINOR_VERSION}"
TK_LIB_NAME="tk${TK_MAJOR_VERSION}${TK_MINOR_VERSION}"
;;
-@@ -8244,9 +8244,9 @@ fi
+@@ -8244,9 +8245,9 @@ fi
if test "$test_ok" = yes; then