summaryrefslogtreecommitdiff
path: root/irc/xchat-gnome
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2009-06-03 14:56:23 +0000
committerKoop Mast <kwm@FreeBSD.org>2009-06-03 14:56:23 +0000
commit0deb4b483f3f8d68ea8a4c5ca2ac2f58bb07d3e0 (patch)
treead5adc33588c683f7457b1dbc739158590a29360 /irc/xchat-gnome
parentUpgrade to version R13. (diff)
Fix build on 6.x.
Submitted by: pointyhat via erwin
Notes
Notes: svn path=/head/; revision=235123
Diffstat (limited to 'irc/xchat-gnome')
-rw-r--r--irc/xchat-gnome/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile
index 72b9f4fa86b9..e4f7feeab5f4 100644
--- a/irc/xchat-gnome/Makefile
+++ b/irc/xchat-gnome/Makefile
@@ -111,6 +111,7 @@ pre-everything::
post-patch:
@${REINPLACE_CMD} -E -e 's|PY_LIBS=.*|PY_LIBS="-L\$$PY_EXEC_PREFIX/lib/python\$$PY_VER/config -lpython\$$PY_VER ${PTHREAD_LIBS} -lutil"|' \
-e 's|tcl-8.4/lib|lib/tcl8.3|g' \
+ -e 's|-fgnu89-inline||g' \
${WRKSRC}/configure
.include <bsd.port.post.mk>