pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jul  1 14:05:17 UTC 2023

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

Log Message:
gst-plugins1-good: assumes compiler defaults to c99


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 \
    pkgsrc/multimedia/gst-plugins1-good/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-good/Makefile.common
diff -u pkgsrc/multimedia/gst-plugins1-good/Makefile.common:1.44 pkgsrc/multimedia/gst-plugins1-good/Makefile.common:1.45
--- pkgsrc/multimedia/gst-plugins1-good/Makefile.common:1.44    Thu Mar  9 08:25:41 2023
+++ pkgsrc/multimedia/gst-plugins1-good/Makefile.common Sat Jul  1 14:05:16 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.44 2023/03/09 08:25:41 prlw1 Exp $
+# $NetBSD: Makefile.common,v 1.45 2023/07/01 14:05:16 nia Exp $
 # used by audio/gst-plugins1-flac/Makefile
 # used by audio/gst-plugins1-jack/Makefile
 # used by audio/gst-plugins1-lame/Makefile
@@ -27,7 +27,8 @@ DISTNAME=     gst-plugins-good-${GST_VERSION
 MASTER_SITES=  https://gstreamer.freedesktop.org/src/gst-plugins-good/
 EXTRACT_SUFX=  .tar.xz
 
-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