summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-05-03 08:38:38 +0000
committerjperkin <jperkin@pkgsrc.org>2017-05-03 08:38:38 +0000
commitca7c86855e9536834aeadcc2cb1bc8436ae6ee16 (patch)
tree2fa540b3172e66294abe7de0bde1aa824c38da93 /ham
parent3ef956f123a6b414874b463757ad4273afe87371 (diff)
downloadpkgsrc-ca7c86855e9536834aeadcc2cb1bc8436ae6ee16.tar.gz
Convert CXXFLAGS setting C++ standard to USE_LANGUAGES.
Diffstat (limited to 'ham')
-rw-r--r--ham/fldigi/Makefile6
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"