diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-09 03:29:56 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-09 03:29:56 +0800 |
commit | 17e48e339ba2cbe76005240eab9b4409c03c0bd7 (patch) | |
tree | f77d62ca66840ca8e1e6d01a24391ded26f3d643 /misc | |
parent | 69ddf3ca485e29ab4cd58d942f94e3a863a31e2f (diff) | |
download | freebsd-ports-gnome-17e48e339ba2cbe76005240eab9b4409c03c0bd7.tar.gz freebsd-ports-gnome-17e48e339ba2cbe76005240eab9b4409c03c0bd7.tar.zst freebsd-ports-gnome-17e48e339ba2cbe76005240eab9b4409c03c0bd7.zip |
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/bb/Makefile b/misc/bb/Makefile index 3cadbde69597..834bf20d8d71 100644 --- a/misc/bb/Makefile +++ b/misc/bb/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libaa.so:graphics/aalib \ libmikmod.so:audio/libmikmod -BROKEN_arm64= Fails to build: regparm is not valid on this platform +BROKEN_aarch64= Fails to build: regparm is not valid on this platform GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/bb-1.3.0 |