Mon Oct 3 11:27:40 2022 UTC ()
gst-plugins1-bad: Fails with compiler defaulting to c89.


(nia)
diff -r1.42 -r1.43 pkgsrc/multimedia/gst-plugins1-bad/Makefile.common

cvs diff -r1.42 -r1.43 pkgsrc/multimedia/gst-plugins1-bad/Makefile.common (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-bad/Makefile.common 2022/07/18 15:40:56 1.42
+++ pkgsrc/multimedia/gst-plugins1-bad/Makefile.common 2022/10/03 11:27:40 1.43
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1# $NetBSD: Makefile.common,v 1.42 2022/07/18 15:40:56 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.43 2022/10/03 11:27:40 nia Exp $
2 2
3DISTNAME= gst-plugins-bad-1.20.3 3DISTNAME= gst-plugins-bad-1.20.3
4MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-bad/ 4MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-plugins-bad/
5EXTRACT_SUFX= .tar.xz 5EXTRACT_SUFX= .tar.xz
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://gstreamer.freedesktop.org/ 8HOMEPAGE= https://gstreamer.freedesktop.org/
9LICENSE= gnu-gpl-v2 9LICENSE= gnu-gpl-v2
10 10
11USE_LANGUAGES= c c++ 11# "error: 'for' loop initial declarations are only allowed in C99 mode"
 12USE_LANGUAGES= c99 c++
12 13
13USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
14 15
15DISTINFO_FILE= ${.CURDIR}/../../multimedia/gst-plugins1-bad/distinfo 16DISTINFO_FILE= ${.CURDIR}/../../multimedia/gst-plugins1-bad/distinfo
16PATCHDIR= ${.CURDIR}/../../multimedia/gst-plugins1-bad/patches 17PATCHDIR= ${.CURDIR}/../../multimedia/gst-plugins1-bad/patches
17 18
18PKGCONFIG_OVERRIDE= output/pkgconfig/*.pc 19PKGCONFIG_OVERRIDE= output/pkgconfig/*.pc
19PKGCONFIG_OVERRIDE_STAGE= pre-install 20PKGCONFIG_OVERRIDE_STAGE= pre-install
20 21
21PYTHON_VERSIONS_INCOMPATIBLE= 27 22PYTHON_VERSIONS_INCOMPATIBLE= 27
22PYTHON_FOR_BUILD_ONLY= tool 23PYTHON_FOR_BUILD_ONLY= tool
23 24
24# grep '^option' meson_options.txt | grep feature | \ 25# grep '^option' meson_options.txt | grep feature | \