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 /net | |
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 'net')
-rw-r--r-- | net/hping-devel/Makefile | 2 | ||||
-rw-r--r-- | net/tightvnc/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/hping-devel/Makefile b/net/hping-devel/Makefile index e58c4c028665..bf54dff08760 100644 --- a/net/hping-devel/Makefile +++ b/net/hping-devel/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libtcl84.so:lang/tcl84 CONFLICTS= hping-[0-9]* -BROKEN_arm64= fails to build: can not find the byte order for this architecture, fix bytesex.h +BROKEN_aarch64= fails to build: can not find the byte order for this architecture, fix bytesex.h GNU_CONFIGURE= yes USES= alias gmake diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile index b005c815719c..7edcda11896c 100644 --- a/net/tightvnc/Makefile +++ b/net/tightvnc/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= showrgb:x11/rgb \ xauth:x11/xauth \ xorg-fonts>=7.2:x11-fonts/xorg-fonts -BROKEN_arm64= Fails to build: invokes x86 asm +BROKEN_aarch64= Fails to build: invokes x86 asm MAKE_JOBS_UNSAFE= yes CONFLICTS= tridiavnc-[0-9]* vnc-[0-9]* tigervnc-* |