diff options
author | kwm <kwm@FreeBSD.org> | 2009-06-03 22:56:23 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2009-06-03 22:56:23 +0800 |
commit | aa8f632bd39f9773f778d4aabff36b3b695f330d (patch) | |
tree | 790bda270d63f20a904abf07592778de8a822f4e /irc/xchat-gnome | |
parent | 5ae412b4b31bb0668455a625b39bb796918f4592 (diff) | |
download | freebsd-ports-gnome-aa8f632bd39f9773f778d4aabff36b3b695f330d.tar.gz freebsd-ports-gnome-aa8f632bd39f9773f778d4aabff36b3b695f330d.tar.zst freebsd-ports-gnome-aa8f632bd39f9773f778d4aabff36b3b695f330d.zip |
Fix build on 6.x.
Submitted by: pointyhat via erwin
Diffstat (limited to 'irc/xchat-gnome')
-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> |