diff options
author | minskim <minskim> | 2004-05-31 07:25:58 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-05-31 07:25:58 +0000 |
commit | 8f2876afa61bf132a253fa54ca1498f1b0a389c2 (patch) | |
tree | bef9c8553f0ef337ab09d965702f89311866761d /chat | |
parent | 68f4e16fe054bd5e683716e3f4092748e7e1ec0b (diff) | |
download | pkgsrc-8f2876afa61bf132a253fa54ca1498f1b0a389c2.tar.gz |
Make this package build with thread-enabled Tcl.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/quirc/Makefile | 4 | ||||
-rw-r--r-- | chat/quirc/distinfo | 3 | ||||
-rw-r--r-- | chat/quirc/patches/patch-ae | 14 |
3 files changed, 19 insertions, 2 deletions
diff --git a/chat/quirc/Makefile b/chat/quirc/Makefile index 86ca13213e7..28589111c7e 100644 --- a/chat/quirc/Makefile +++ b/chat/quirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/05/07 01:14:47 xtraeme Exp $ +# $NetBSD: Makefile,v 1.7 2004/05/31 07:25:58 minskim Exp $ # DISTNAME= quirc-0.9.84 @@ -14,6 +14,8 @@ GNU_CONFIGURE= YES USE_GNU_TOOLS+= make USE_X11= YES +CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl} + .include "../../lang/tcl/buildlink3.mk" .include "../../x11/tk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/chat/quirc/distinfo b/chat/quirc/distinfo index 67226815862..38abf14bd88 100644 --- a/chat/quirc/distinfo +++ b/chat/quirc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/03/12 06:07:12 minskim Exp $ +$NetBSD: distinfo,v 1.5 2004/05/31 07:25:58 minskim Exp $ SHA1 (quirc-0.9.84.tar.gz) = 0d9aa3f35616c3d5e6835a318266f1c71232e4d1 Size (quirc-0.9.84.tar.gz) = 341962 bytes @@ -6,3 +6,4 @@ SHA1 (patch-aa) = 83b4a50329dd4590cba4f52c523fb82153de5c22 SHA1 (patch-ab) = 15356ff0598db83eeaf549b29a8d285eb6a27630 SHA1 (patch-ac) = 4353b22eb607d2e1f158ba4a2668ebf1e2616de7 SHA1 (patch-ad) = 37a6e3525dc0ff7655fd62c8981eb81eae916126 +SHA1 (patch-ae) = 61486f04dc9c227ae753ec355b83a5c77aa278aa diff --git a/chat/quirc/patches/patch-ae b/chat/quirc/patches/patch-ae new file mode 100644 index 00000000000..7ecfa0bf35c --- /dev/null +++ b/chat/quirc/patches/patch-ae @@ -0,0 +1,14 @@ +$NetBSD: patch-ae,v 1.3 2004/05/31 07:25:58 minskim Exp $ + +--- configure.orig 2004-01-13 01:23:06.000000000 -0600 ++++ configure +@@ -5737,7 +5737,8 @@ if test "${with_tcl_version+set}" = set; + TCL_VERSION="$with_tcl_version" + fi; + +- ++. ${TCL_LIB_DIR}/tclConfig.sh ++LIBS="${LIBS}${TCL_LIBS}" + TCL_DONE=0 + TK_DONE=0 + TCL_HEADER=tcl.h |