diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-07-30 09:39:44 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-07-30 09:39:44 +0000 |
commit | ca18c5b1d871a92954334d7e56906b51e1c2d086 (patch) | |
tree | 69ab1e6d1c3aa62d8921d89f1d46c51f48b49f3a /irc | |
parent | 769329177b45b3221adba2ec0ddb4d734343d53e (diff) |
Notes
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 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 |