aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-01-11 18:39:40 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-01-11 18:39:40 +0000
commit20e1530ce49ff6255397fa37331fffb6f253b8fe (patch)
tree9ee8a248243bb2ec21250f7c160a50fb7f5ff28a /x11-toolkits
parent808cbce4cbc60e252ed20a72d0b416e6d4fd6e45 (diff)
downloadports-20e1530ce49ff6255397fa37331fffb6f253b8fe.tar.gz
ports-20e1530ce49ff6255397fa37331fffb6f253b8fe.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/libzvt/Makefile2
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>