diff options
author | maya <maya@pkgsrc.org> | 2016-09-04 18:33:03 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2016-09-04 18:33:03 +0000 |
commit | 4da383ebe3ec74b42448400e0b14398165d55c66 (patch) | |
tree | 77f3e3974b8d7560e1dc12a314050df48f7aa4cb /audio | |
parent | ff4cae02f3f1d68ceb70c3e308bc6ac3f803097a (diff) | |
download | pkgsrc-4da383ebe3ec74b42448400e0b14398165d55c66.tar.gz |
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 (limited to 'audio')
-rw-r--r-- | audio/pulseaudio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 47672190651..1eb7af31f19 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -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 @@ COMMENT= Sound server for POSIX and Win32 systems LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2 LIBTOOL_REQD= 2.4 +GCC_REQD+= 4.8 GNU_CONFIGURE= yes USE_LIBTOOL= yes |