svn commit: r402728 - head/lang/gcc5

Gerald Pfeifer gerald at FreeBSD.org
Tue Dec 1 11:06:36 UTC 2015


Author: gerald
Date: Tue Dec  1 11:06:34 2015
New Revision: 402728
URL: https://svnweb.freebsd.org/changeset/ports/402728

Log:
  Disable GRAPHITE option for the time being, to be restored later this
  month with the update to GCC 5.3.
  
  PR:		204925
  Reported by:	amdmi3

Modified:
  head/lang/gcc5/Makefile

Modified: head/lang/gcc5/Makefile
==============================================================================
--- head/lang/gcc5/Makefile	Tue Dec  1 10:50:14 2015	(r402727)
+++ head/lang/gcc5/Makefile	Tue Dec  1 11:06:34 2015	(r402728)
@@ -43,7 +43,7 @@ SSP_UNSAFE=	yes
 PATCH_WRKSRC=	${SRCDIR}
 CONFIGURE_SCRIPT=	../${SRCDIR:S/${WRKDIR}\///}/configure
 
-OPTIONS_DEFINE=		BOOTSTRAP GRAPHITE
+OPTIONS_DEFINE=		BOOTSTRAP
 OPTIONS_DEFINE_i386=	JAVA
 OPTIONS_DEFINE_amd64=	JAVA
 OPTIONS_DEFAULT=	BOOTSTRAP


More information about the svn-ports-head mailing list