pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins1-base gst-plugins1-base: assume...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6b37779674c
branches:  trunk
changeset: 771717:c6b37779674c
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Dec 23 20:34:37 2021 +0000

description:
gst-plugins1-base: assumes compiler defaults to c99 mode

diffstat:

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

diffs (19 lines):

diff -r 488233c9cc8c -r c6b37779674c multimedia/gst-plugins1-base/Makefile.common
--- a/multimedia/gst-plugins1-base/Makefile.common      Thu Dec 23 20:33:18 2021 +0000
+++ b/multimedia/gst-plugins1-base/Makefile.common      Thu Dec 23 20:34:37 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.39 2021/11/15 22:01:18 wiz Exp $
+# $NetBSD: Makefile.common,v 1.40 2021/12/23 20:34:37 nia Exp $
 
 DISTNAME=      gst-plugins-base-1.18.5
 MASTER_SITES=  https://gstreamer.freedesktop.org/src/gst-plugins-base/
@@ -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