svn commit: r480025 - head/devel/thrift

Tilman Keskinoz arved at FreeBSD.org
Tue Sep 18 14:21:34 UTC 2018


Author: arved
Date: Tue Sep 18 14:21:33 2018
New Revision: 480025
URL: https://svnweb.freebsd.org/changeset/ports/480025

Log:
  Remove Werror from CFLAGS.
  
  According to the PR Werror breaks compilation with clang7
  
  PR:             230607
  Reported by:    Jan Beich
  Approved by:    maintainer timeout

Modified:
  head/devel/thrift/Makefile

Modified: head/devel/thrift/Makefile
==============================================================================
--- head/devel/thrift/Makefile	Tue Sep 18 14:00:44 2018	(r480024)
+++ head/devel/thrift/Makefile	Tue Sep 18 14:21:33 2018	(r480025)
@@ -54,6 +54,9 @@ PLIST_FILES=	bin/thrift
 
 PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
 
+post-patch:
+	${REINPLACE_CMD} 's,-Werror,,' ${WRKSRC}/lib/rb/ext/extconf.rb
+
 pre-configure:
 	@${REINPLACE_CMD} '/config.h/d' ${WRKSRC}/lib/cpp/Makefile.am
 


More information about the svn-ports-head mailing list