diff options
author | kwm <kwm@FreeBSD.org> | 2011-07-30 17:39:44 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-07-30 17:39:44 +0800 |
commit | 254acdac182f9c08ecf35b8468bbf7e6514d0982 (patch) | |
tree | 4b07f845f80d7e3a7f45b05f1ffc9182e5a28c6d /irc/xchat-gnome | |
parent | 550ed7d78fab02c5dbdfeea1ecea79f43bbeb1fd (diff) | |
download | freebsd-ports-gnome-254acdac182f9c08ecf35b8468bbf7e6514d0982.tar.gz freebsd-ports-gnome-254acdac182f9c08ecf35b8468bbf7e6514d0982.tar.zst freebsd-ports-gnome-254acdac182f9c08ecf35b8468bbf7e6514d0982.zip |
Build fixes with glib 2.28. gtk 2.24, gtkmm 2.24 and vala 0.12.
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 a02a85060842..8c59f58402c6 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -113,6 +113,7 @@ 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|-DGTK_DISABLE_DEPRECATED||g' \ + -e 's|-DGDK_DISABLE_DEPRECATED||g' \ -e 's|-fgnu89-inline||g' \ ${WRKSRC}/configure |