svn commit: r501945 - head/math/gh-bc

Stefan Esser se at FreeBSD.org
Sat May 18 09:51:18 UTC 2019


Author: se
Date: Sat May 18 09:51:17 2019
New Revision: 501945
URL: https://svnweb.freebsd.org/changeset/ports/501945

Log:
  Remove requirement for a c11 compiler

Modified:
  head/math/gh-bc/Makefile

Modified: head/math/gh-bc/Makefile
==============================================================================
--- head/math/gh-bc/Makefile	Sat May 18 09:48:20 2019	(r501944)
+++ head/math/gh-bc/Makefile	Sat May 18 09:51:17 2019	(r501945)
@@ -2,6 +2,7 @@
 
 PORTNAME=	bc
 PORTVERSION=	1.2.8
+PORTREVISION=	1
 CATEGORIES=	math
 PKGNAMEPREFIX=	gh-
 
@@ -11,13 +12,13 @@ COMMENT=	GNU compatible bc/dc calculator
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-USES=		compiler:c11
 USE_GITHUB=	yes
 GH_ACCOUNT=	gavinhoward
 
 HAS_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	configure.sh
 CONFIGURE_ARGS=	-G
+CFLAGS+=	--std=c99
 
 CONFLICTS_INSTALL=	gnubc-[0-9]*
 


More information about the svn-ports-all mailing list