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:           Sun Aug  6 09:12:15 UTC 2023

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

Log Message:
gst-plugins1-bad: use gnu99 mode for posix function visibility


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 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.45 pkgsrc/multimedia/gst-plugins1-bad/Makefile.common:1.46
--- pkgsrc/multimedia/gst-plugins1-bad/Makefile.common:1.45     Wed Aug  2 16:17:17 2023
+++ pkgsrc/multimedia/gst-plugins1-bad/Makefile.common  Sun Aug  6 09:12:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.45 2023/08/02 16:17:17 nia Exp $
+# $NetBSD: Makefile.common,v 1.46 2023/08/06 09:12:15 nia Exp $
 # used by audio/gst-plugins1-dts/Makefile
 # used by audio/gst-plugins1-faac/Makefile
 # used by audio/gst-plugins1-faad/Makefile
@@ -33,7 +33,8 @@ DISTINFO_FILE=        ${.CURDIR}/../../multimed
 PATCHDIR=      ${.CURDIR}/../../multimedia/gst-plugins1-bad/patches
 
 # "error: 'for' loop initial declarations are only allowed in C99 mode"
-FORCE_C_STD=   c99
+# needs default visibility for fdopen (etc.) on some platforms
+FORCE_C_STD=   gnu99
 
 PKGCONFIG_OVERRIDE=            output/pkgconfig/*.pc
 PKGCONFIG_OVERRIDE_STAGE=      pre-install



Home | Main Index | Thread Index | Old Index