pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/libva
Module Name: pkgsrc
Committed By: wiz
Date: Wed Nov 8 22:58:29 UTC 2023
Modified Files:
pkgsrc/multimedia/libva: Makefile
Log Message:
libva: uses for (int i=..., so needs c99
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/multimedia/libva/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/libva/Makefile
diff -u pkgsrc/multimedia/libva/Makefile:1.33 pkgsrc/multimedia/libva/Makefile:1.34
--- pkgsrc/multimedia/libva/Makefile:1.33 Mon Nov 6 20:02:56 2023
+++ pkgsrc/multimedia/libva/Makefile Wed Nov 8 22:58:29 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2023/11/06 20:02:56 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2023/11/08 22:58:29 wiz Exp $
DISTNAME= libva-2.20.0
CATEGORIES= multimedia
@@ -15,6 +15,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
+USE_CC_FEATURES= c99
+
.include "../../mk/bsd.prefs.mk"
#
Home |
Main Index |
Thread Index |
Old Index