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 /ham | |
parent | 3976212695feabbd27bb2ec036df7e0bddfd4c70 (diff) | |
download | pkgsrc-5b99812dcc356c047deb6541432c2003597d6d78.tar.gz |
Convert CXXFLAGS setting C++ standard to USE_LANGUAGES.
Diffstat (limited to 'ham')
-rw-r--r-- | ham/fldigi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ham/fldigi/Makefile b/ham/fldigi/Makefile index ffd40ca2c21..9dfca2471a2 100644 --- a/ham/fldigi/Makefile +++ b/ham/fldigi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2017/04/30 01:21:44 ryoon Exp $ +# $NetBSD: Makefile,v 1.87 2017/05/03 08:38:43 jperkin Exp $ DISTNAME= fldigi-3.23.21 PKGREVISION= 1 @@ -11,7 +11,7 @@ COMMENT= Digital radio modem LICENSE= gnu-gpl-v3 USE_TOOLS+= gmake pkg-config -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++11 GNU_CONFIGURE= yes # NetBSD 5.1 fails to find strip - install: exec of strip failed: @@ -45,7 +45,7 @@ CONFIGURE_ENV.NetBSD+= ac_cv_header_execinfo_h=no .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Mclang) -CXXFLAGS+= -std=c++11 -Wno-error=c++11-narrowing +CXXFLAGS+= -Wno-error=c++11-narrowing .endif .include "../../audio/libsamplerate/buildlink3.mk" |