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 /emulators/emulationstation | |
parent | 3976212695feabbd27bb2ec036df7e0bddfd4c70 (diff) | |
download | pkgsrc-5b99812dcc356c047deb6541432c2003597d6d78.tar.gz |
Convert CXXFLAGS setting C++ standard to USE_LANGUAGES.
Diffstat (limited to 'emulators/emulationstation')
-rw-r--r-- | emulators/emulationstation/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/emulators/emulationstation/Makefile b/emulators/emulationstation/Makefile index d1d96b0028e..171c234eb75 100644 --- a/emulators/emulationstation/Makefile +++ b/emulators/emulationstation/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/04/30 01:21:35 ryoon Exp $ +# $NetBSD: Makefile,v 1.11 2017/05/03 08:38:41 jperkin Exp $ DISTNAME= abba19584636c28cd98e3810e857f493cb63d06c PKGNAME= emulationstation-2.0.0_rc1_20150210 @@ -14,14 +14,9 @@ COMMENT= Themeable multi-system emulator frontend LICENSE= mit USE_CMAKE= yes -USE_LANGUAGES+= c c++ +USE_LANGUAGES+= c c++11 GCC_REQD+= 4.7 # C++11 -.include "../../mk/compiler.mk" -.if !empty(PKGSRC_COMPILER:Mclang) -CXXFLAGS+= -std=c++11 -.endif - WRKSRC= ${WRKDIR}/EmulationStation-${DISTNAME} INSTALLATION_DIRS= bin share/doc/emulationstation |