diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /www/osb-nrcore/Makefile | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) | |
download | ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.tar.gz ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.zip |
Notes
Diffstat (limited to 'www/osb-nrcore/Makefile')
-rw-r--r-- | www/osb-nrcore/Makefile | 3 |
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> |