svn commit: r480456 - head/devel/arachne-pnr
Mark Linimon
linimon at FreeBSD.org
Sun Sep 23 05:59:31 UTC 2018
Author: linimon
Date: Sun Sep 23 05:59:30 2018
New Revision: 480456
URL: https://svnweb.freebsd.org/changeset/ports/480456
Log:
Fix build on gcc-based archs.
Also tested on amd64.
PR: 231597
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Modified:
head/devel/arachne-pnr/Makefile
Modified: head/devel/arachne-pnr/Makefile
==============================================================================
--- head/devel/arachne-pnr/Makefile Sun Sep 23 05:12:55 2018 (r480455)
+++ head/devel/arachne-pnr/Makefile Sun Sep 23 05:59:30 2018 (r480456)
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= icestorm>=g0:devel/icestorm
-USES= gmake
+USES= compiler:c++11-lang gmake
USE_GITHUB= yes
GH_ACCOUNT= cseed
More information about the svn-ports-all
mailing list