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:           Fri Aug 18 10:59:05 UTC 2023

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

Log Message:
gst-plugins1-good: force gnu99 instead of ISO C to work around glibc


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 \
    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.46 pkgsrc/multimedia/gst-plugins1-good/Makefile.common:1.47
--- pkgsrc/multimedia/gst-plugins1-good/Makefile.common:1.46    Wed Aug  2 16:17:18 2023
+++ pkgsrc/multimedia/gst-plugins1-good/Makefile.common Fri Aug 18 10:59:05 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.46 2023/08/02 16:17:18 nia Exp $
+# $NetBSD: Makefile.common,v 1.47 2023/08/18 10:59:05 nia Exp $
 # used by audio/gst-plugins1-flac/Makefile
 # used by audio/gst-plugins1-jack/Makefile
 # used by audio/gst-plugins1-lame/Makefile
@@ -39,7 +39,7 @@ MESON_ARGS+=  -Dexamples=disabled
 MESON_ARGS+=   -Dorc=disabled
 
 # "error: 'for' loop initial declarations are only allowed in C99 mode"
-FORCE_C_STD=   c99
+FORCE_C_STD=   gnu99
 
 PKGCONFIG_OVERRIDE=            output/pkgconfig/*.pc
 PKGCONFIG_OVERRIDE_STAGE=      pre-install



Home | Main Index | Thread Index | Old Index