svn commit: r488045 - head/devel/cssc

Mark Linimon linimon at FreeBSD.org
Sat Dec 22 01:52:09 UTC 2018


Author: linimon
Date: Sat Dec 22 01:52:08 2018
New Revision: 488045
URL: https://svnweb.freebsd.org/changeset/ports/488045

Log:
  This port needs USES=compiler:c11 to build on GCC-based architectures.
  This obviates USE_GCC.
  
  PR:		234214
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/cssc/Makefile

Modified: head/devel/cssc/Makefile
==============================================================================
--- head/devel/cssc/Makefile	Sat Dec 22 01:48:14 2018	(r488044)
+++ head/devel/cssc/Makefile	Sat Dec 22 01:52:08 2018	(r488045)
@@ -15,11 +15,10 @@ LICENSE=	GPLv3
 
 BROKEN_mips=		fails to compile: ../gl/lib/unistd.h:135:3: "Please include config.h first."
 BROKEN_mips64=		fails to compile: ../gl/lib/unistd.h:135:3: "Please include config.h first."
-BROKEN_powerpc64=	does not build: undefined reference to fmax
 
 GNU_CONFIGURE=	yes
 INFO=		cssc
-USE_GCC=	any
+USES=		compiler:c11
 
 OPTIONS_DEFINE=			BINARY
 OPTIONS_DEFAULT=		BINARY


More information about the svn-ports-all mailing list