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/quirc/patches | |
parent | 68f4e16fe054bd5e683716e3f4092748e7e1ec0b (diff) | |
download | pkgsrc-8f2876afa61bf132a253fa54ca1498f1b0a389c2.tar.gz |
Make this package build with thread-enabled Tcl.
Diffstat (limited to 'chat/quirc/patches')
-rw-r--r-- | chat/quirc/patches/patch-ae | 14 |
1 files changed, 14 insertions, 0 deletions
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 |