Date: Tue, 1 Dec 2015 11:06:34 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402728 - head/lang/gcc5 Message-ID: <201512011106.tB1B6YXZ011173@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512011106.tB1B6YXZ011173>