Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2020 09:43:30 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555180 - head/math/ogdf
Message-ID:  <202011150943.0AF9hUlO091611@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011150943.0AF9hUlO091611>