pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins1-bad gst-plugins1-bad: Fails wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ac144aeac85
branches:  trunk
changeset: 386204:5ac144aeac85
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Oct 03 11:27:40 2022 +0000

description:
gst-plugins1-bad: Fails with compiler defaulting to c89.

diffstat:

 multimedia/gst-plugins1-bad/Makefile.common |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r ed40068f1d3c -r 5ac144aeac85 multimedia/gst-plugins1-bad/Makefile.common
--- a/multimedia/gst-plugins1-bad/Makefile.common       Mon Oct 03 11:07:44 2022 +0000
+++ b/multimedia/gst-plugins1-bad/Makefile.common       Mon Oct 03 11:27:40 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.42 2022/07/18 15:40:56 wiz Exp $
+# $NetBSD: Makefile.common,v 1.43 2022/10/03 11:27:40 nia Exp $
 
 DISTNAME=      gst-plugins-bad-1.20.3
 MASTER_SITES=  https://gstreamer.freedesktop.org/src/gst-plugins-bad/
@@ -8,7 +8,8 @@
 HOMEPAGE=      https://gstreamer.freedesktop.org/
 LICENSE=       gnu-gpl-v2
 
-USE_LANGUAGES= c c++
+# "error: 'for' loop initial declarations are only allowed in C99 mode"
+USE_LANGUAGES= c99 c++
 
 USE_TOOLS+=    pkg-config
 



Home | Main Index | Thread Index | Old Index