multimedia/aom: unbreak aarch64 runtime after r485107

$ aomdec
ld-elf.so.1: /usr/local/lib/libaom.so.0: Undefined symbol "aom_mse16x16_neon"

Pointy hat to:	jbeich (for trusting LLD)
This commit is contained in:
Jan Beich
2019-03-01 22:11:13 +00:00
parent cd36fa5695
commit 7ae202c231
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ PORTNAME= aom
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.0-1392
DISTVERSIONSUFFIX= -g5764337ce
PORTREVISION= 1
CATEGORIES= multimedia
MAINTAINER= jbeich@FreeBSD.org

View File

@@ -7,7 +7,7 @@
#
-if("${AOM_TARGET_CPU}" MATCHES "^arm")
+if("${AOM_TARGET_CPU}" MATCHES "^armv[78]")
+if("${AOM_TARGET_CPU}" MATCHES "^arm" AND NOT "${AOM_TARGET_CPU}" MATCHES "^armv6")
set(ARCH_ARM 1)
set(RTCD_ARCH_ARM "yes")