aboutsummaryrefslogtreecommitdiff
path: root/www/osb-nrcore/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-10-24 23:37:25 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-10-24 23:37:25 +0000
commit4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch)
treebc16420eb52d65511ceb520c00171d219210a473 /www/osb-nrcore/Makefile
parent97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff)
downloadports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.tar.gz
ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.zip
Notes
Diffstat (limited to 'www/osb-nrcore/Makefile')
-rw-r--r--www/osb-nrcore/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/osb-nrcore/Makefile b/www/osb-nrcore/Makefile
index b50b45371e26..6f109ade88b3 100644
--- a/www/osb-nrcore/Makefile
+++ b/www/osb-nrcore/Makefile
@@ -33,6 +33,7 @@ BROKEN= Does not compile on alpha
post-patch:
@${REINPLACE_CMD} -e '/test/s|==|=|g ; \
s|-nostdinc++||g ; \
- s|-nodefaultlibs -lgcc -lc||g' ${WRKSRC}/configure
+ s|-nodefaultlibs -lgcc -lc||g; \
+ s|-D.*_DISABLE_DEPRECATED||g' ${WRKSRC}/configure
.include <bsd.port.post.mk>