diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-11 18:39:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-11 18:39:40 +0000 |
commit | 20e1530ce49ff6255397fa37331fffb6f253b8fe (patch) | |
tree | 9ee8a248243bb2ec21250f7c160a50fb7f5ff28a /x11-toolkits/libzvt | |
parent | 808cbce4cbc60e252ed20a72d0b416e6d4fd6e45 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/libzvt')
-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> |