diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-09 03:29:56 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-09 03:29:56 +0800 |
commit | 87a7b35e945e862f9776dd576475d8dec4da8d7d (patch) | |
tree | f77d62ca66840ca8e1e6d01a24391ded26f3d643 /lang | |
parent | 276c66db71cbcfd5b51eaa21684100bb94103395 (diff) | |
download | freebsd-ports-gnome-87a7b35e945e862f9776dd576475d8dec4da8d7d.tar.gz freebsd-ports-gnome-87a7b35e945e862f9776dd576475d8dec4da8d7d.tar.zst freebsd-ports-gnome-87a7b35e945e862f9776dd576475d8dec4da8d7d.zip |
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/angelscript/Makefile | 2 | ||||
-rw-r--r-- | lang/racket-minimal/Makefile | 2 | ||||
-rw-r--r-- | lang/see/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lang/angelscript/Makefile b/lang/angelscript/Makefile index 873be00abdc1..b5c08fd90468 100644 --- a/lang/angelscript/Makefile +++ b/lang/angelscript/Makefile @@ -12,7 +12,7 @@ COMMENT= AngelCode Scripting Library LICENSE= ZLIB -BROKEN_arm64= Does not build: invokes x86 asm +BROKEN_aarch64= Does not build: invokes x86 asm BROKEN_powerpc64= Does not build BROKEN_sparc64= Does not build: invokes x86 asm diff --git a/lang/racket-minimal/Makefile b/lang/racket-minimal/Makefile index 813a409ba941..d0144661d7ce 100644 --- a/lang/racket-minimal/Makefile +++ b/lang/racket-minimal/Makefile @@ -21,7 +21,7 @@ LICENSE= LGPL3 LIB_DEPENDS= libffi.so:devel/libffi -BROKEN_arm64= does not build: error: Unported platform +BROKEN_aarch64= does not build: error: Unported platform BROKEN_sparc64= does not build MAKE_JOBS_UNSAFE=yes diff --git a/lang/see/Makefile b/lang/see/Makefile index c478795c561e..6f2910280dce 100644 --- a/lang/see/Makefile +++ b/lang/see/Makefile @@ -15,7 +15,7 @@ COMMENT= Simple ECMAScript Engine (SEE) LICENSE= BSD -BROKEN_arm64= Fails to build: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined +BROKEN_aarch64= Fails to build: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined OPTIONS_DEFINE= GC DEBUG DOCS OPTIONS_DEFAULT= GC |