diff options
author | he <he> | 2004-05-13 12:07:48 +0000 |
---|---|---|
committer | he <he> | 2004-05-13 12:07:48 +0000 |
commit | 6d8927f398102171e49174cf8e117ef5d3b51740 (patch) | |
tree | 89810b2dc6dd4a5cfe2226eacfab247657372c7d /net | |
parent | 04d006e1b8e1a677b6b8895cb4a6281d86971c87 (diff) | |
download | pkgsrc-6d8927f398102171e49174cf8e117ef5d3b51740.tar.gz |
Unconditionally add TCL_LIBS to LIBS; needed to pick up -lpthread from
the TCL configuration on NetBSD-current.
Diffstat (limited to 'net')
-rw-r--r-- | net/tcl-scotty/distinfo | 4 | ||||
-rw-r--r-- | net/tcl-scotty/patches/patch-aa | 28 |
2 files changed, 21 insertions, 11 deletions
diff --git a/net/tcl-scotty/distinfo b/net/tcl-scotty/distinfo index 13940f50fe1..2de015bf30b 100644 --- a/net/tcl-scotty/distinfo +++ b/net/tcl-scotty/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2002/11/25 17:53:21 jwise Exp $ +$NetBSD: distinfo,v 1.4 2004/05/13 12:07:48 he Exp $ SHA1 (scotty-2.1.11.tar.gz) = 819011f908c57e4591d6f50e51677c01eb55dc13 Size (scotty-2.1.11.tar.gz) = 1381059 bytes -SHA1 (patch-aa) = f63015265b7a5a44c73f9ee6c0ad43eee1880769 +SHA1 (patch-aa) = 7d35e18fa738d6be6b627774f072c1f68200edd4 SHA1 (patch-ab) = f789d464c73a830453b1ea43bfb8bad93b5c3e7e SHA1 (patch-ac) = 5414110cb56026e77dc96316e33ee07d1331b85f SHA1 (patch-ad) = 64c2f53c0eb0e32af144ec6c4e2b0f55edc9b60a diff --git a/net/tcl-scotty/patches/patch-aa b/net/tcl-scotty/patches/patch-aa index 6aa8bfc6bc4..185bdbb6a33 100644 --- a/net/tcl-scotty/patches/patch-aa +++ b/net/tcl-scotty/patches/patch-aa @@ -1,7 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/09/07 17:38:43 jwise Exp $ ---- configure.orig Tue Sep 22 05:44:19 1998 -+++ configure Wed Sep 6 13:19:49 2000 -@@ -1059,7 +1059,11 @@ +$NetBSD: patch-aa,v 1.2 2004/05/13 12:07:49 he Exp $ + +--- configure.orig 1998-11-03 16:16:50.000000000 +0100 ++++ configure +@@ -1059,7 +1059,11 @@ fi fi fi @@ -13,7 +14,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/09/07 17:38:43 jwise Exp $ #-------------------------------------------------------------------- # Check for various system specific things. -@@ -1480,9 +1484,8 @@ +@@ -1480,9 +1484,8 @@ echo "configure:1472: checking for tkCon done if test "$found" -eq 0 ; then @@ -25,12 +26,21 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/09/07 17:38:43 jwise Exp $ . $tnm_cv_path_tk_config/tkConfig.sh TK_INCLUDES=-I$TK_PREFIX/include if test "$TK_INCLUDES" = "$TCL_INCLUDES" ; then -@@ -1497,6 +1500,8 @@ - fi - if test 4 -eq $TK_MAJOR_VERSION -a 1 -gt $TK_MINOR_VERSION; then +@@ -1499,6 +1502,8 @@ if test 4 -eq $TK_MAJOR_VERSION -a 1 -gt { echo "configure: error: "tk 4.1 or later needed"" 1>&2; exit 1; } + fi + +fi + + #---------------------------------------------------------------------------- + # Check for the existence of various libraries. + #---------------------------------------------------------------------------- +@@ -2443,6 +2448,8 @@ fi + fi - #---------------------------------------------------------------------------- ++LIBS="$LIBS $TCL_LIBS" ++ + echo $ac_n "checking for getmntent""... $ac_c" 1>&6 + echo "configure:2448: checking for getmntent" >&5 + if eval "test \"`echo '$''{'ac_cv_func_getmntent'+set}'`\" = set"; then |