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:   maya
Date:           Sun Sep  4 18:33:04 UTC 2016

Modified Files:
        pkgsrc/audio/pulseaudio: Makefile

Log Message:
pulseaudio: require gcc 4.8.

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


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 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.112 pkgsrc/audio/pulseaudio/Makefile:1.113
--- pkgsrc/audio/pulseaudio/Makefile:1.112      Mon Aug 15 09:26:20 2016
+++ pkgsrc/audio/pulseaudio/Makefile    Sun Sep  4 18:33:03 2016
@@ -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 Win3
 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