diff options
Diffstat (limited to 'www/osb-nrcit/Makefile')
-rw-r--r-- | www/osb-nrcit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/osb-nrcit/Makefile b/www/osb-nrcit/Makefile index 4f8641a8e9f4..004d45536478 100644 --- a/www/osb-nrcit/Makefile +++ b/www/osb-nrcit/Makefile @@ -34,6 +34,7 @@ post-patch: @${REINPLACE_CMD} -e '/test/s|==|=|g ; \ s|-nostdinc++||g ; \ s|-Werror||g ; \ + s|-DGTK_DISABLE_DEPRECATED||g ; \ s|-nodefaultlibs -lgcc -lc||g' ${WRKSRC}/configure .include <bsd.port.post.mk> |