pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/dav1d
Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Feb 27 10:45:10 UTC 2023
Modified Files:
        pkgsrc/multimedia/dav1d: Makefile
Log Message:
dav1d: SunOS needs -D__EXTENSIONS__
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/multimedia/dav1d/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/dav1d/Makefile
diff -u pkgsrc/multimedia/dav1d/Makefile:1.7 pkgsrc/multimedia/dav1d/Makefile:1.8
--- pkgsrc/multimedia/dav1d/Makefile:1.7        Thu Feb 16 08:42:32 2023
+++ pkgsrc/multimedia/dav1d/Makefile    Mon Feb 27 10:45:10 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/02/16 08:42:32 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2023/02/27 10:45:10 jperkin Exp $
 
 DISTNAME=      dav1d-1.1.0
 CATEGORIES=    multimedia
@@ -16,6 +16,8 @@ LICENSE=      2-clause-bsd
 TOOL_DEPENDS+= nasm-[0-9]*:../../devel/nasm
 .endif
 
+CPPFLAGS.SunOS+=       -D__EXTENSIONS__
+
 PKGCONFIG_OVERRIDE_STAGE=      post-build
 PKGCONFIG_OVERRIDE+=           output/meson-private/dav1d.pc
 
Home |
Main Index |
Thread Index |
Old Index