svn commit: r501244 - head/devel/thrift-c_glib
Tobias Kortkamp
tobik at FreeBSD.org
Sat May 11 10:11:26 UTC 2019
Author: tobik
Date: Sat May 11 10:11:25 2019
New Revision: 501244
URL: https://svnweb.freebsd.org/changeset/ports/501244
Log:
devel/thrift-c_glib: Disable -Werror and fix build
src/thrift/generate/t_py_generator.cc:1603:38: error: unused variable 'a_iter' [-Werror,-Wunused-variable]
vector<t_field*>::const_iterator a_iter;
^
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p501065_s347375/logs/errors/thrift-c_glib-0.11.0,1.log
PR: 230607
Modified:
head/devel/thrift-c_glib/Makefile
Modified: head/devel/thrift-c_glib/Makefile
==============================================================================
--- head/devel/thrift-c_glib/Makefile Sat May 11 09:55:40 2019 (r501243)
+++ head/devel/thrift-c_glib/Makefile Sat May 11 10:11:25 2019 (r501244)
@@ -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>
More information about the svn-ports-all
mailing list