summaryrefslogtreecommitdiff
path: root/audio/bmpx
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
commit5b99812dcc356c047deb6541432c2003597d6d78 (patch)
tree34b2442bcf322c038d08c6a15224a11fa82a1de2 /audio/bmpx
parent3976212695feabbd27bb2ec036df7e0bddfd4c70 (diff)
downloadpkgsrc-5b99812dcc356c047deb6541432c2003597d6d78.tar.gz
Convert CXXFLAGS setting C++ standard to USE_LANGUAGES.
Diffstat (limited to 'audio/bmpx')
-rw-r--r--audio/bmpx/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/bmpx/Makefile b/audio/bmpx/Makefile
index fe025c42617..3b983d86ee5 100644
--- a/audio/bmpx/Makefile
+++ b/audio/bmpx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2017/04/30 01:21:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.88 2017/05/03 08:38:38 jperkin Exp $
DISTNAME= bmpx-0.40.14
PKGREVISION= 60
@@ -11,7 +11,7 @@ HOMEPAGE= http://bmpx.backtrace.info/site/BMPx_Homepage
COMMENT= Audio player to be used with a frontend or as a daemon
GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
USE_TOOLS+= gmake intltool msgfmt pkg-config zip
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
@@ -23,7 +23,6 @@ CHECK_WRKREF_SKIP+= bin/bmp2
CHECK_WRKREF_SKIP+= libexec/beep-media-player-2-bin
GCC_REQD+= 4.8
-CXXFLAGS+= -std=c++11
.include "../../mk/bsd.fast.prefs.mk"
.if ${OPSYS} == "Linux"