pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/gst-plugins1-base



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Dec 23 20:34:37 UTC 2021

Modified Files:
        pkgsrc/multimedia/gst-plugins1-base: Makefile.common

Log Message:
gst-plugins1-base: assumes compiler defaults to c99 mode


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 \
    pkgsrc/multimedia/gst-plugins1-base/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/gst-plugins1-base/Makefile.common
diff -u pkgsrc/multimedia/gst-plugins1-base/Makefile.common:1.39 pkgsrc/multimedia/gst-plugins1-base/Makefile.common:1.40
--- pkgsrc/multimedia/gst-plugins1-base/Makefile.common:1.39    Mon Nov 15 22:01:18 2021
+++ pkgsrc/multimedia/gst-plugins1-base/Makefile.common Thu Dec 23 20:34:37 2021
@@ -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 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 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