summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2022-07-05 17:33:31 +0000
committerjperkin <jperkin@pkgsrc.org>2022-07-05 17:33:31 +0000
commit3d4927565ce891b57c3229158eedd46eab1de232 (patch)
treec9b0cf2350518d4f0d2e3d1af94f0136c97e7cd0
parent5a3d1af2d7a6c0ed8ff87f491e85df1385cf7145 (diff)
downloadpkgsrc-3d4927565ce891b57c3229158eedd46eab1de232.tar.gz
pulseaudio: Requires C11 for static_assert().
-rw-r--r--audio/pulseaudio/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index 3fc76eb8f1c..c2e176f8ebf 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -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