summaryrefslogtreecommitdiff
path: root/chat/xchat/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'chat/xchat/patches/patch-aa')
-rw-r--r--chat/xchat/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/chat/xchat/patches/patch-aa b/chat/xchat/patches/patch-aa
deleted file mode 100644
index 20ef171f25d..00000000000
--- a/chat/xchat/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.11 2007/07/20 15:09:23 tron Exp $
-
---- configure.orig 2007-06-30 16:28:18.000000000 +0100
-+++ configure 2007-07-20 15:01:42.000000000 +0100
-@@ -29020,7 +29020,7 @@
- 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; }