pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [pkgsrc-2021Q2] pkgsrc/multimedia/libaom



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Tue Jun 29 12:43:50 UTC 2021

Modified Files:
        pkgsrc/multimedia/libaom [pkgsrc-2021Q2]: Makefile

Log Message:
Pullup ticket #6474 - requested by nia
multimedia/libaom: arm build fix

Revisions pulled up:
- multimedia/libaom/Makefile                                    1.14

---
   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.13.2.1 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.13.2.1
--- pkgsrc/multimedia/libaom/Makefile:1.13      Sun Jun 13 06:22:12 2021
+++ pkgsrc/multimedia/libaom/Makefile   Tue Jun 29 12:43:50 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/06/13 06:22:12 nia Exp $
+# $NetBSD: Makefile,v 1.13.2.1 2021/06/29 12:43:50 bsiegert 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