pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/libXvMC
Module Name: pkgsrc
Committed By: nia
Date: Wed Feb 21 10:36:21 UTC 2024
Modified Files:
pkgsrc/x11/libXvMC: Makefile
Log Message:
libXvMC: Fix building with compilers that default to c89
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/libXvMC/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/libXvMC/Makefile
diff -u pkgsrc/x11/libXvMC/Makefile:1.22 pkgsrc/x11/libXvMC/Makefile:1.23
--- pkgsrc/x11/libXvMC/Makefile:1.22 Fri Feb 9 21:17:01 2024
+++ pkgsrc/x11/libXvMC/Makefile Wed Feb 21 10:36:20 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2024/02/09 21:17:01 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2024/02/21 10:36:20 nia Exp $
DISTNAME= libXvMC-1.0.14
CATEGORIES= x11
@@ -12,6 +12,9 @@ LICENSE= mit
USE_TOOLS+= pkg-config
+USE_CC_FEATURES+= c99
+FORCE_C_STD= gnu99
+
PKGCONFIG_OVERRIDE+= output/meson-private/xvmc.pc
PKGCONFIG_OVERRIDE+= output/meson-private/xvmc-wrapper.pc
PKGCONFIG_OVERRIDE_STAGE= post-configure
Home |
Main Index |
Thread Index |
Old Index