diff options
author | nia <nia@pkgsrc.org> | 2022-05-21 08:00:42 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-05-21 08:00:42 +0000 |
commit | 11678e0c2af679055aadb4c87c6de060621b5a7c (patch) | |
tree | 6fdb821ffd18b142bc85f373c9570303db7eab7a /audio/darkice | |
parent | 8e9413bebb56f2837432a77e1be5d6bc8e9b5eed (diff) | |
download | pkgsrc-11678e0c2af679055aadb4c87c6de060621b5a7c.tar.gz |
darkice: Assumes compiler defaults to C++11
Diffstat (limited to 'audio/darkice')
-rw-r--r-- | audio/darkice/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index 2e7aca2cc00..061a51f170b 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -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 ShoutCast live audio streamer 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 |