pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/libaom
Module Name: pkgsrc
Committed By: nia
Date: Mon Jun 28 11:52:42 UTC 2021
Modified Files:
pkgsrc/multimedia/libaom: Makefile
Log Message:
libaom: fix building on armv7
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/multimedia/libaom/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/libaom/Makefile
diff -u pkgsrc/multimedia/libaom/Makefile:1.13 pkgsrc/multimedia/libaom/Makefile:1.14
--- pkgsrc/multimedia/libaom/Makefile:1.13 Sun Jun 13 06:22:12 2021
+++ pkgsrc/multimedia/libaom/Makefile Mon Jun 28 11:52:41 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/06/13 06:22:12 nia Exp $
+# $NetBSD: Makefile,v 1.14 2021/06/28 11:52:41 nia Exp $
PKGNAME= libaom-1.0.0
PKGREVISION= 4
@@ -49,6 +49,7 @@ CMAKE_ARGS+= -DAOM_TARGET_CPU="mips"
.elif !empty(MACHINE_ARCH:Mpowerpc*)
CMAKE_ARGS+= -DAOM_TARGET_CPU="ppc"
.elif ${MACHINE_ARCH} == "earmv7hf"
+CFLAGS+= -mfpu=neon
CMAKE_ARGS+= -DAOM_TARGET_CPU="armv7"
.elif ${MACHINE_ARCH} == "aarch64"
CMAKE_ARGS+= -DAOM_TARGET_CPU="arm64"
Home |
Main Index |
Thread Index |
Old Index