commit:     f267cde6c62c100bf24e2e7010386ca416a75a45
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 15 22:07:41 2016 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Aug 15 22:07:41 2016 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=f267cde6

media-sound/sayonara-player: Fix build-type issue

 media-sound/sayonara-player/sayonara-player-0.9.0_p3_p20160607.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/media-sound/sayonara-player/sayonara-player-0.9.0_p3_p20160607.ebuild 
b/media-sound/sayonara-player/sayonara-player-0.9.0_p3_p20160607.ebuild
index 04816ca..99cd705 100644
--- a/media-sound/sayonara-player/sayonara-player-0.9.0_p3_p20160607.ebuild
+++ b/media-sound/sayonara-player/sayonara-player-0.9.0_p3_p20160607.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 
+CMAKE_BUILD_TYPE=None
 inherit cmake-utils
 
 MY_PV=${PV/_p/-git}; MY_PV=${MY_PV/_p/-}
@@ -40,7 +41,7 @@ DEPEND="${RDEPEND}
 S="${WORKDIR}"/${PN}
 
 src_configure() {
-       CXXFLAGS="${CXXFLAGS} -std=c++11 -fPIC" \
+       CXXFLAGS="${CXXFLAGS}" \
                        cmake-utils_src_configure
 }
 

Reply via email to