aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-06-27 06:38:38 +0800
committerlinimon <linimon@FreeBSD.org>2017-06-27 06:38:38 +0800
commit9f0cc2a3d375ed8b3383a13a0f42efbeeb239089 (patch)
treee9278d7124436c5e1108f9fc4f9a1faac94669a9 /multimedia
parent3c5d9c379b4ac2ff1e291668fbccc340793efb7b (diff)
downloadfreebsd-ports-gnome-9f0cc2a3d375ed8b3383a13a0f42efbeeb239089.tar.gz
freebsd-ports-gnome-9f0cc2a3d375ed8b3383a13a0f42efbeeb239089.tar.zst
freebsd-ports-gnome-9f0cc2a3d375ed8b3383a13a0f42efbeeb239089.zip
Use the modern spelling of 'aarch64'.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/openh264/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/openh264/Makefile b/multimedia/openh264/Makefile
index b6c731b10149..0d681457b8f0 100644
--- a/multimedia/openh264/Makefile
+++ b/multimedia/openh264/Makefile
@@ -20,7 +20,7 @@ CPE_VENDOR= cisco
USE_LDCONFIG= yes
ASFLAGS+= ${ASFLAGS_${MACHINE}_${CHOSEN_COMPILER_TYPE}}
ASFLAGS_arm_clang= -no-integrated-as
-ASFLAGS_arm64_clang= -no-integrated-as
+ASFLAGS_aarch64_clang= -no-integrated-as
MAKE_ARGS= PREFIX="${PREFIX}" \
OS=bsd ARCH="${ARCH:S/amd64/x86_64/}" \
CCASFLAGS='$$(CFLAGS) ${ASFLAGS}' \