diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-11-15 09:43:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-11-15 09:43:30 +0000 |
commit | b791dfa39cec735eaa8760abae1be85210fd7cc9 (patch) | |
tree | 1a6681b00f1684816525d3ba29cfb63a0c0b1375 | |
parent | b1e679b95cbb5767bcdb49090024d2e1047adc82 (diff) | |
download | ports-b791dfa39cec735eaa8760abae1be85210fd7cc9.tar.gz ports-b791dfa39cec735eaa8760abae1be85210fd7cc9.zip |
Notes
-rw-r--r-- | math/ogdf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/ogdf/Makefile b/math/ogdf/Makefile index abd12ea91a51..3252c0b4e5f3 100644 --- a/math/ogdf/Makefile +++ b/math/ogdf/Makefile @@ -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 |