svn commit: r509604 - head/devel/systemc

Mark Linimon linimon at FreeBSD.org
Thu Aug 22 15:02:13 UTC 2019


Author: linimon
Date: Thu Aug 22 15:02:12 2019
New Revision: 509604
URL: https://svnweb.freebsd.org/changeset/ports/509604

Log:
  Restrict to this port to only architectures where it is known to build.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/systemc/Makefile

Modified: head/devel/systemc/Makefile
==============================================================================
--- head/devel/systemc/Makefile	Thu Aug 22 14:59:18 2019	(r509603)
+++ head/devel/systemc/Makefile	Thu Aug 22 15:02:12 2019	(r509604)
@@ -11,6 +11,9 @@ COMMENT=	C++ classes and macros for describing complex
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+ONLY_FOR_ARCHS=		aarch64 amd64 i386
+ONLY_FOR_ARCHS_REASON=	configure: error: sorry...architecture not supported
+
 USES=		gmake libtool
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list