pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/pulseaudio pulseaudio: Requires C11 for static_a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7ddd9669b753
branches: trunk
changeset: 381380:7ddd9669b753
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Tue Jul 05 17:33:31 2022 +0000
description:
pulseaudio: Requires C11 for static_assert().
diffstat:
audio/pulseaudio/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 9ae626e38d43 -r 7ddd9669b753 audio/pulseaudio/Makefile
--- a/audio/pulseaudio/Makefile Tue Jul 05 17:32:24 2022 +0000
+++ b/audio/pulseaudio/Makefile Tue Jul 05 17:33:31 2022 +0000
@@ -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 @@
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.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