pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/pulseaudio



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Jul  5 17:33:31 UTC 2022

Modified Files:
        pkgsrc/audio/pulseaudio: Makefile

Log Message:
pulseaudio: Requires C11 for static_assert().


To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.173 pkgsrc/audio/pulseaudio/Makefile

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

Modified files:

Index: pkgsrc/audio/pulseaudio/Makefile
diff -u pkgsrc/audio/pulseaudio/Makefile:1.172 pkgsrc/audio/pulseaudio/Makefile:1.173
--- pkgsrc/audio/pulseaudio/Makefile:1.172      Sat Jul  2 16:44:38 2022
+++ pkgsrc/audio/pulseaudio/Makefile    Tue Jul  5 17:33:31 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.172 2022/07/02 16:44:38 ryoon Exp $
+# $NetBSD: Makefile,v 1.173 2022/07/05 17:33:31 jperkin Exp $
 
 DISTNAME=      pulseaudio-16.1
 CATEGORIES=    audio
@@ -29,7 +29,7 @@ SUBST_VARS.egdir+=    EGDIR
 LIBTOOL_REQD=  2.4
 GCC_REQD+=     4.8
 
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c11 c++
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            bash:run gm4
@@ -90,7 +90,6 @@ PLIST.oss=            yes
 PLIST.alsa=            yes
 .include "../../audio/alsa-lib/buildlink3.mk"
 .elif ${OPSYS} == "SunOS"
-USE_LANGUAGES+=                c99
 CPPFLAGS+=             -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -DBSD_COMP
 .  if ${OS_VERSION} == "5.11"
 PLIST.oss=             yes



Home | Main Index | Thread Index | Old Index