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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/copperspice/Makefile | 2 | ||||
-rw-r--r-- | graphics/s10sh/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/copperspice/Makefile b/graphics/copperspice/Makefile index 3c93936fe699..235bd500bd0f 100644 --- a/graphics/copperspice/Makefile +++ b/graphics/copperspice/Makefile @@ -46,7 +46,7 @@ MAKE_ARGS= ${OVERRIDE_INS} PLIST_SUB= LONG_VER=1.3 BROKEN_FreeBSD_9= PR 193528 (c++11 support is broken) -BROKEN_arm64= Fails to build: Unable to detect architecture, please update +BROKEN_aarch64= Fails to build: Unable to detect architecture, please update BROKEN_i386= qx11embed_x11.cpp:470:20: non-constant-expression\ cannot be narrowed from type 'unsigned int' to 'long'\ in initializer list [-Wc++11-narrowing] diff --git a/graphics/s10sh/Makefile b/graphics/s10sh/Makefile index ec6afbc9a2fd..fa78ce9146f5 100644 --- a/graphics/s10sh/Makefile +++ b/graphics/s10sh/Makefile @@ -14,7 +14,7 @@ COMMENT= USB/serial userspace driver for the Canon PowerShot digital cameras LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_arm64= Fails to build: error: can not find the byte order for this architecture, fix bytesex.h +BROKEN_aarch64= Fails to build: error: can not find the byte order for this architecture, fix bytesex.h USES= ncurses readline |