svn commit: r555180 - head/math/ogdf

Mark Linimon linimon at FreeBSD.org
Sun Nov 15 09:43:30 UTC 2020


Author: linimon
Date: Sun Nov 15 09:43:30 2020
New Revision: 555180
URL: https://svnweb.freebsd.org/changeset/ports/555180

Log:
  Mark as for x86 only.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/ogdf/Makefile

Modified: head/math/ogdf/Makefile
==============================================================================
--- head/math/ogdf/Makefile	Sun Nov 15 09:42:15 2020	(r555179)
+++ head/math/ogdf/Makefile	Sun Nov 15 09:43:30 2020	(r555180)
@@ -15,6 +15,9 @@ LICENSE_COMB=		dual
 LICENSE_FILE_GPLv2=	${WRKSRC}/LICENSE_GPL_v2.txt
 LICENSE_FILE_GPLv3=	${WRKSRC}/LICENSE_GPL_v3.txt
 
+ONLY_FOR_ARCHS=		amd64 i386
+ONLY_FOR_ARCHS_REASON=	fails to compile: reports "include/cpuid.h:11:2: this header is for x86 only"
+
 CONFLICTS_INSTALL=	CoinMP-[0-9]*
 
 USES=		cmake compiler:c++11-lang zip


More information about the svn-ports-head mailing list