pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/pulseaudio pulseaudio: require gcc 4.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce60611540be
branches:  trunk
changeset: 352032:ce60611540be
user:      maya <maya%pkgsrc.org@localhost>
date:      Sun Sep 04 18:33:03 2016 +0000

description:
pulseaudio: require gcc 4.8.

configure tests if --std=gnu11 works, gcc 4.5.3 (netbsd-6.1.5) does not pass
this check.

diffstat:

 audio/pulseaudio/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0fced7930b4b -r ce60611540be audio/pulseaudio/Makefile
--- a/audio/pulseaudio/Makefile Sun Sep 04 18:29:39 2016 +0000
+++ b/audio/pulseaudio/Makefile Sun Sep 04 18:33:03 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.112 2016/08/15 09:26:20 jperkin Exp $
+# $NetBSD: Makefile,v 1.113 2016/09/04 18:33:03 maya Exp $
 
 DISTNAME=      pulseaudio-9.0
 CATEGORIES=    audio
@@ -11,6 +11,7 @@
 LICENSE=       gnu-lgpl-v2.1 AND gnu-gpl-v2
 
 LIBTOOL_REQD=  2.4
+GCC_REQD+=     4.8
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes



Home | Main Index | Thread Index | Old Index