diff options
author | Koop Mast <kwm@FreeBSD.org> | 2009-06-03 22:56:23 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2009-06-03 22:56:23 +0800 |
commit | 0deb4b483f3f8d68ea8a4c5ca2ac2f58bb07d3e0 (patch) | |
tree | ad5adc33588c683f7457b1dbc739158590a29360 /irc | |
parent | 1599039f9099fccc9ebc63b9b4d3b9fbb3c7ac7d (diff) | |
download | freebsd-ports-gnome-0deb4b483f3f8d68ea8a4c5ca2ac2f58bb07d3e0.tar.gz freebsd-ports-gnome-0deb4b483f3f8d68ea8a4c5ca2ac2f58bb07d3e0.tar.zst freebsd-ports-gnome-0deb4b483f3f8d68ea8a4c5ca2ac2f58bb07d3e0.zip |
Fix build on 6.x.
Submitted by: pointyhat via erwin
Diffstat (limited to 'irc')
-rw-r--r-- | irc/xchat-gnome/Makefile | 1 |
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> |