summaryrefslogtreecommitdiff
path: root/cad/xcircuit/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'cad/xcircuit/patches/patch-aa')
-rw-r--r--cad/xcircuit/patches/patch-aa16
1 files changed, 12 insertions, 4 deletions
diff --git a/cad/xcircuit/patches/patch-aa b/cad/xcircuit/patches/patch-aa
index 2f27f0565a1..63fa56000be 100644
--- a/cad/xcircuit/patches/patch-aa
+++ b/cad/xcircuit/patches/patch-aa
@@ -1,8 +1,16 @@
-$NetBSD: patch-aa,v 1.5 2004/11/19 13:24:11 adam Exp $
+$NetBSD: patch-aa,v 1.6 2004/12/06 16:20:12 minskim Exp $
---- configure.in.orig 2004-10-01 04:24:09.000000000 +0000
+--- configure.in.orig 2004-09-30 23:24:09.000000000 -0500
+++ configure.in
-@@ -544,7 +544,7 @@ fi
+@@ -469,6 +469,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
+ :
+@@ -544,7 +545,7 @@ fi
if test "x$xc_with_tcl" != "x" ; then
case $target in
@@ -11,7 +19,7 @@ $NetBSD: patch-aa,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}"
;;
-@@ -890,9 +890,9 @@ if test "x$xc_with_tcl" != "x" ; then
+@@ -890,9 +891,9 @@ if test "x$xc_with_tcl" != "x" ; then
# Not available on all versions: check for include file.
AC_CHECK_HEADER(dlfcn.h, test_ok=yes, test_ok=no)
if test "$test_ok" = yes; then