aboutsummaryrefslogtreecommitdiff
path: root/math/openlibm
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2016-11-16 00:34:36 +0000
committerMark Linimon <linimon@FreeBSD.org>2016-11-16 00:34:36 +0000
commit6d5d36d741296004a85377ccd3d215630eb2ad05 (patch)
treea5bdf74c22d8998d0ffcba86a3df0bfb2e7b79b3 /math/openlibm
parentd0c44e78185cd7af627046ccc68c69e798b7500e (diff)
downloadports-6d5d36d741296004a85377ccd3d215630eb2ad05.tar.gz
ports-6d5d36d741296004a85377ccd3d215630eb2ad05.zip
Notes
Diffstat (limited to 'math/openlibm')
-rw-r--r--math/openlibm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/openlibm/Makefile b/math/openlibm/Makefile
index 60d45d6fee05..a3f84c17f4e2 100644
--- a/math/openlibm/Makefile
+++ b/math/openlibm/Makefile
@@ -14,8 +14,6 @@ LICENSE= MIT ISCL BSD2CLAUSE
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-BROKEN_powerpc64= Does not build
-
USE_GITHUB= yes
GH_ACCOUNT= JuliaLang
GH_PROJECT= openlibm
@@ -23,6 +21,9 @@ GH_PROJECT= openlibm
USES= gmake
USE_LDCONFIG= yes
+BROKEN_aarch64= Does not compile: the clang compiler does not support -march=aarch64
+BROKEN_powerpc64= Does not build
+
.include <bsd.port.pre.mk>
MAKE_ENV+= prefix=${PREFIX}