summaryrefslogtreecommitdiff
path: root/irc/xchat2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-30 16:36:01 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-30 16:36:01 +0000
commit45909bacd4a129fdc218450b46bd3adc3290ecf3 (patch)
tree50507fe6e79da067706755c6216a851829572492 /irc/xchat2
parent- Update to 0.6.2 (diff)
Fix patching on -CURRENT by using REINPLACE to do the do.
Reported by: many
Notes
Notes: svn path=/head/; revision=83905
Diffstat (limited to 'irc/xchat2')
-rw-r--r--irc/xchat2/Makefile4
-rw-r--r--irc/xchat2/files/patch-configure18
2 files changed, 4 insertions, 18 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile
index 59c3e34104aa..31f42c6640a1 100644
--- a/irc/xchat2/Makefile
+++ b/irc/xchat2/Makefile
@@ -79,4 +79,8 @@ pre-everything::
@${ECHO_MSG} "WITH_TCL=yes for tcl support"
.endif
+post-patch:
+ @${REINPLACE_CMD} -E -e 's|PY_LIBS=.*|PY_LIBS="-L\$$PY_EXEC_PREFIX/lib/python\$$PY_VERSION/config -lpython\$$PY_VERSION ${PTHREAD_LIBS} -lutil"|' \
+ ${WRKSRC}/configure
+
.include <bsd.port.post.mk>
diff --git a/irc/xchat2/files/patch-configure b/irc/xchat2/files/patch-configure
index 674516a44029..0547a1b05bb9 100644
--- a/irc/xchat2/files/patch-configure
+++ b/irc/xchat2/files/patch-configure
@@ -15,21 +15,3 @@
;
return 0;
}
-@@ -12799,7 +12799,7 @@
- echo "$as_me:$LINENO: checking Python version" >&5
- echo $ECHO_N "checking Python version... $ECHO_C" >&6
- PY_VERSION=`$pythonpath -c 'import sys; print sys.version[:3]'`
-- PY_PATH=`$pythonpath -c 'import sys ; print sys.path[1][5:]'`
-+ PY_PATH=`$pythonpath -c 'import sys ; print sys.path[1][10:]'`
- $pythonpath -c "import sys; map(int,sys.version[:3].split('.')) >= [2,2] or sys.exit(1)"
- echo "$as_me:$LINENO: result: $PY_VERSION" >&5
- echo "${ECHO_T}$PY_VERSION" >&6
-@@ -12809,7 +12809,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_PREFIX/include/python$PY_VERSION/Python.h; then
-- PY_LIBS="-L$PY_EXEC_PREFIX/$PY_PATH/config -lpython$PY_VERSION -pthread -lutil"
-+ PY_LIBS="-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config -lpython$PY_VERSION -pthread -lutil"
- PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"
- echo "$as_me:$LINENO: result: ok" >&5
- echo "${ECHO_T}ok" >&6