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: Mon Oct 14 19:08:03 UTC 2024
Modified Files:
pkgsrc/multimedia/libaom: Makefile
Log Message:
devel/libaom: Require gcc 10 instead of 9
This is marked for 9 due to a gcc bug. Require 10 to align with the
limited-versions guidance in mk/compiler/gcc.mk, avoiding building 9
on a NetBSD 9 system, which almost certainly has or will need 10
anyway.
Build tested on n9/i386 and n10/amd64.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 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.36 pkgsrc/multimedia/libaom/Makefile:1.37
--- pkgsrc/multimedia/libaom/Makefile:1.36 Wed Oct 9 04:32:35 2024
+++ pkgsrc/multimedia/libaom/Makefile Mon Oct 14 19:08:03 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2024/10/09 04:32:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.37 2024/10/14 19:08:03 gdt Exp $
DISTNAME= libaom-3.10.0
+PKGREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= https://storage.googleapis.com/aom-releases/
@@ -30,6 +31,8 @@ CMAKE_CONFIGURE_ARGS+= -DENABLE_WERROR:B
# 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
+# Follow the limited-versions guidance.
+GCC_REQD+= 10
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index