aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-05-11 10:11:25 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-05-11 10:11:25 +0000
commit45642772934d66911c4d6317fb7b7f58c0b0815d (patch)
treead9ed56e03e673bda5aeab33a4818b28f1b00e32 /devel
parent487a7e540a2ac0d22ef2b4918be6bde07b575573 (diff)
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/thrift-c_glib/Makefile4
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>