Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2020 17:27:01 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523821 - head/devel/bison
Message-ID:  <202001221727.00MHR1Ab039569@repo.freebsd.org>

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



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