diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-03 01:14:05 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-03 01:14:05 +0000 |
commit | dab2f82d314ea77904914b8462ccdf838abcc776 (patch) | |
tree | c18272cea1cfd16fb061c8045e9d5bd67dd36f13 /science/cdf | |
parent | e52bc6e02324eab0dc9e0ec40f9e087f239e7ab3 (diff) | |
download | ports-dab2f82d314ea77904914b8462ccdf838abcc776.tar.gz ports-dab2f82d314ea77904914b8462ccdf838abcc776.zip |
Notes
Diffstat (limited to 'science/cdf')
-rw-r--r-- | science/cdf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/science/cdf/Makefile b/science/cdf/Makefile index 0b5399d3169f..4e19a6582d94 100644 --- a/science/cdf/Makefile +++ b/science/cdf/Makefile @@ -18,6 +18,9 @@ LICENSE_NAME= NASA/Goddard Space Flight Center LICENSE_FILE= ${WRKSRC}/CDF_copyright.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN_aarch64= fails to compile: error: use of undeclared identifier FP1ZEROsingle; did you mean FP1zeroSingle? +BROKEN_armv6= fails to compile: error: use of undeclared identifier FP1ZEROsingle; did you mean FP1zeroSingle? + USES= fortran ncurses USE_LDCONFIG= yes MAKE_FLAGS= INSTALLDIR=${STAGEDIR}${PREFIX} OS=freebsd ENV=gnu \ |