diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/thrift-c_glib/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/thrift-c_glib/Makefile b/devel/thrift-c_glib/Makefile index c69336ae47c6..d0d094c44ff2 100644 --- a/devel/thrift-c_glib/Makefile +++ b/devel/thrift-c_glib/Makefile @@ -43,4 +43,8 @@ CONFIGURE_ARGS+= \ --without-ruby \ --without-go +post-patch: + @${REINPLACE_CMD} 's,-Werror,,' ${WRKSRC}/compiler/cpp/Makefile.am \ + ${WRKSRC}/lib/rb/ext/extconf.rb + .include <bsd.port.mk> |