Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2018 14:21:33 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480025 - head/devel/thrift
Message-ID:  <201809181421.w8IELXW6053948@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809181421.w8IELXW6053948>