summaryrefslogtreecommitdiff
path: root/chat/xchat
diff options
context:
space:
mode:
authorjoerg <joerg>2006-03-28 17:38:31 +0000
committerjoerg <joerg>2006-03-28 17:38:31 +0000
commitcfef60ea9d651e234660a38b1253911b3ac367e5 (patch)
treefbe6d300bed654a215a47bbc51aeaa3875e8d8bb /chat/xchat
parent03742da20682b2461a31f09af17f8b183580c367 (diff)
downloadpkgsrc-cfef60ea9d651e234660a38b1253911b3ac367e5.tar.gz
Fix pthread detection / use of xchat-python.
Diffstat (limited to 'chat/xchat')
-rw-r--r--chat/xchat/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/xchat/patches/patch-aa b/chat/xchat/patches/patch-aa
new file mode 100644
index 00000000000..1ea96054675
--- /dev/null
+++ b/chat/xchat/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.10 2006/03/28 17:38:31 joerg Exp $
+
+--- configure.orig 2006-03-28 16:57:01.000000000 +0000
++++ configure
+@@ -27883,7 +27883,7 @@ echo $ECHO_N "checking Python compile fl
+ PY_PREFIX=`$pythonpath -c 'import sys; print sys.prefix'`
+ PY_EXEC_PREFIX=`$pythonpath -c 'import sys; print sys.exec_prefix'`
+ if test -f $PY_INC/Python.h; then
+- PY_LIBS="-L$PY_LIB/config -lpython$PY_VER -lpthread -lutil"
++ PY_LIBS="-L$PY_LIB/config -lpython$PY_VER ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} -lutil"
+ PY_CFLAGS="-I$PY_INC"
+ echo "$as_me:$LINENO: result: ok" >&5
+ echo "${ECHO_T}ok" >&6