svn commit: r523821 - head/devel/bison

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jan 22 17:27:01 UTC 2020


Author: pkubaj
Date: Wed Jan 22 17:27:00 2020
New Revision: 523821
URL: https://svnweb.freebsd.org/changeset/ports/523821

Log:
  devel/bison: fix build on GCC architectures
  
  Use newer GCC on GCC architectures:
  src/parse-gram.y:1007: error: #pragma GCC diagnostic not allowed inside functions

Modified:
  head/devel/bison/Makefile

Modified: head/devel/bison/Makefile
==============================================================================
--- head/devel/bison/Makefile	Wed Jan 22 16:58:45 2020	(r523820)
+++ head/devel/bison/Makefile	Wed Jan 22 17:27:00 2020	(r523821)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	m4>=1.4.16,1:devel/m4
 OPTIONS_DEFINE=	DOCS EXAMPLES NLS
 OPTIONS_SUB=	yes
 
-USES=		charsetfix localbase makeinfo perl5 tar:xz
+USES=		charsetfix compiler:c11 localbase makeinfo perl5 tar:xz
 USE_PERL5=	build
 
 CONFIGURE_ARGS=	--disable-yacc --enable-relocatable


More information about the svn-ports-head mailing list