summaryrefslogtreecommitdiff
path: root/chat/quirc/patches
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-05-31 07:25:58 +0000
committerminskim <minskim@pkgsrc.org>2004-05-31 07:25:58 +0000
commit8dc227a5454a1bea75b5d82fd851ded8bcb7a2f1 (patch)
treebef9c8553f0ef337ab09d965702f89311866761d /chat/quirc/patches
parentb1e4921665c9d3a7bfe66116db99b577f39aeeaa (diff)
downloadpkgsrc-8dc227a5454a1bea75b5d82fd851ded8bcb7a2f1.tar.gz
Make this package build with thread-enabled Tcl.
Diffstat (limited to 'chat/quirc/patches')
-rw-r--r--chat/quirc/patches/patch-ae14
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