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:   wiz
Date:           Sun May  5 19:06:23 UTC 2024

Modified Files:
        pkgsrc/multimedia/libaom: Makefile

Log Message:
libaom: require gcc 9+

For https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78782
Found by gdt.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 pkgsrc/multimedia/libaom/Makefile:1.33
--- pkgsrc/multimedia/libaom/Makefile:1.32      Sun Apr 28 20:30:34 2024
+++ pkgsrc/multimedia/libaom/Makefile   Sun May  5 19:06:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2024/04/28 20:30:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.33 2024/05/05 19:06:23 wiz Exp $
 
 DISTNAME=      libaom-3.9.0
 CATEGORIES=    multimedia
@@ -27,6 +27,10 @@ CMAKE_ARGS+= -DENABLE_TESTS:BOOL=OFF
 CMAKE_ARGS+=   -DENABLE_TOOLS:BOOL=OFF
 CMAKE_ARGS+=   -DENABLE_WERROR:BOOL=OFF
 
+# aom_dsp/x86/synonyms.h:53:29: warning: implicit declaration of function '_mm_loadu_si64'; did you mean '_mm_loadl_epi64'? [-Wimplicit-function-declaration]
+# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78782
+GCC_REQD+=     9
+
 .include "../../mk/bsd.prefs.mk"
 
 .if !empty(MACHINE_PLATFORM:MNetBSD-*-*arm*) \



Home | Main Index | Thread Index | Old Index