pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/darkice



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat May 21 08:00:42 UTC 2022

Modified Files:
        pkgsrc/audio/darkice: Makefile

Log Message:
darkice: Assumes compiler defaults to C++11


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/audio/darkice/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/darkice/Makefile
diff -u pkgsrc/audio/darkice/Makefile:1.29 pkgsrc/audio/darkice/Makefile:1.30
--- pkgsrc/audio/darkice/Makefile:1.29  Mon Mar 28 10:43:31 2022
+++ pkgsrc/audio/darkice/Makefile       Sat May 21 08:00:42 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2022/03/28 10:43:31 tnn Exp $
+# $NetBSD: Makefile,v 1.30 2022/05/21 08:00:42 nia Exp $
 #
 
 DISTNAME=      darkice-1.4
@@ -13,8 +13,9 @@ COMMENT=      IceCast, IceCast2, and ShoutCas
 LICENSE=       gnu-gpl-v3
 
 GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
 USE_TOOLS+=    gmake pkg-config
+GCC_REQD+=     4.7 # C++11
 
 EGDIR=         ${PREFIX}/share/examples/darkice
 HTMLDIR=       ${PREFIX}/share/doc/darkice



Home | Main Index | Thread Index | Old Index