pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Oct  3 11:27:40 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/multimedia/gst-plugins1-bad/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-bad/Makefile.common
diff -u pkgsrc/multimedia/gst-plugins1-bad/Makefile.common:1.42 pkgsrc/multimedia/gst-plugins1-bad/Makefile.common:1.43
--- pkgsrc/multimedia/gst-plugins1-bad/Makefile.common:1.42     Mon Jul 18 15:40:56 2022
+++ pkgsrc/multimedia/gst-plugins1-bad/Makefile.common  Mon Oct  3 11:27:40 2022
@@ -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 @@ 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