Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2018 01:52:09 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488045 - head/devel/cssc
Message-ID:  <201812220152.wBM1q9Qx084665@repo.freebsd.org>

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



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