diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-05-03 08:38:38 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-05-03 08:38:38 +0000 |
commit | 5b99812dcc356c047deb6541432c2003597d6d78 (patch) | |
tree | 34b2442bcf322c038d08c6a15224a11fa82a1de2 /net/cclive | |
parent | 3976212695feabbd27bb2ec036df7e0bddfd4c70 (diff) | |
download | pkgsrc-5b99812dcc356c047deb6541432c2003597d6d78.tar.gz |
Convert CXXFLAGS setting C++ standard to USE_LANGUAGES.
Diffstat (limited to 'net/cclive')
-rw-r--r-- | net/cclive/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/net/cclive/Makefile b/net/cclive/Makefile index cb613d94f5f..6f558e298e6 100644 --- a/net/cclive/Makefile +++ b/net/cclive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2017/04/30 01:21:56 ryoon Exp $ +# $NetBSD: Makefile,v 1.15 2017/05/03 08:38:44 jperkin Exp $ DISTNAME= cclive-0.7.16 PKGREVISION= 13 @@ -13,16 +13,10 @@ LICENSE= gnu-gpl-v3 DEPENDS+= libquvi-scripts>=0.4.0:../../net/libquvi-scripts -USE_LANGUAGES= c++ c +USE_LANGUAGES= c c++0x USE_TOOLS+= pkg-config GNU_CONFIGURE= yes -.include "../../mk/compiler.mk" -# GCC 4.4 and above needs this -.if !empty(PKGSRC_COMPILER:Mgcc) && !empty(CC_VERSION:Mgcc-4.[4-9]*) -CXXFLAGS+= -std=c++0x -.endif - .include "../../net/libquvi/buildlink3.mk" .include "../../www/curl/buildlink3.mk" .include "../../devel/boost-libs/buildlink3.mk" |