diff options
author | marcus <marcus@FreeBSD.org> | 2009-01-12 02:39:40 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-01-12 02:39:40 +0800 |
commit | 94bb19aa29671c015cef540e65ca33fde3a610f8 (patch) | |
tree | 5a8079459fb6cb891e46dfe41365a78aa31825f8 /x11-toolkits | |
parent | f16c262777814211efa87840d15f7f99c6d147dd (diff) | |
download | freebsd-ports-gnome-94bb19aa29671c015cef540e65ca33fde3a610f8.tar.gz freebsd-ports-gnome-94bb19aa29671c015cef540e65ca33fde3a610f8.tar.zst freebsd-ports-gnome-94bb19aa29671c015cef540e65ca33fde3a610f8.zip |
Allow this port to build with GTK+ deprecation.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libzvt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/libzvt/Makefile b/x11-toolkits/libzvt/Makefile index f20830ebf4a7..76f8b54ea063 100644 --- a/x11-toolkits/libzvt/Makefile +++ b/x11-toolkits/libzvt/Makefile @@ -29,5 +29,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ post-patch: @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ 's|malloc\.h|stdlib.h|g' + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e \ + 's|-DG.*_DISABLE_DEPRECATED||g' .include <bsd.port.mk> |