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:   gdt
Date:           Wed Dec 23 13:37:58 UTC 2020

Modified Files:
        pkgsrc/multimedia/libaom: Makefile

Log Message:
libaom: Avoid runtime CPU detection on Darwin/aarch64 too

This simply extends the existing list of NetBSD/arm and
NetBSD/aarch64.

(This is a build fix, so no PKGREVISION++.)

>From Mark Felder via pkgsrc-users


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 pkgsrc/multimedia/libaom/Makefile:1.9
--- pkgsrc/multimedia/libaom/Makefile:1.8       Mon Aug 31 18:10:29 2020
+++ pkgsrc/multimedia/libaom/Makefile   Wed Dec 23 13:37:58 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/08/31 18:10:29 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2020/12/23 13:37:58 gdt Exp $
 
 PKGNAME=       libaom-1.0.0
 PKGREVISION=   3
@@ -38,7 +38,8 @@ CMAKE_ARGS+=  -DENABLE_WERROR:BOOL=OFF
 .include "../../mk/bsd.prefs.mk"
 
 .if !empty(MACHINE_PLATFORM:MNetBSD-*-*arm*) \
-  || !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64)
+  || !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64 \
+  || !empty(MACHINE_PLATFORM:MDarwin-*-aarch64)
 CMAKE_ARGS+=   -DCONFIG_RUNTIME_CPU_DETECT=0
 .endif
 



Home | Main Index | Thread Index | Old Index