diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-02 22:23:52 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-02 22:23:52 +0000 |
commit | 71fd883ed755560498c34284cca1253ed964246b (patch) | |
tree | a98e44517d111062f41e9e6ac4568beb6c72220a /math/math77 | |
parent | 3356f4f083b94aa136371baef2629e3e5a1bdf8a (diff) | |
download | ports-71fd883ed755560498c34284cca1253ed964246b.tar.gz ports-71fd883ed755560498c34284cca1253ed964246b.zip |
Notes
Diffstat (limited to 'math/math77')
-rw-r--r-- | math/math77/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/math77/Makefile b/math/math77/Makefile index e5079b0d3922..18a8493188e2 100644 --- a/math/math77/Makefile +++ b/math/math77/Makefile @@ -13,7 +13,8 @@ COMMENT= CalTech mathematical subprogram libraries for Fortran 77 LICENSE= BSD3CLAUSE -BROKEN_powerpc64= Does not build +BROKEN_aarch64= fails to compile: error: unknown architecture native +BROKEN_powerpc64= fails to compile: error: unrecognized command line option -march=native USES= fortran gmake tar:tgz WRKSRC= ${WRKDIR}/MATH77 |