media-libs/libcdr: Always build in C++14 mode
authorDavid Seifert <soap@gentoo.org>
Mon, 19 Feb 2018 18:17:20 +0000 (19:17 +0100)
committerDavid Seifert <soap@gentoo.org>
Mon, 19 Feb 2018 19:40:26 +0000 (20:40 +0100)
Closes: https://bugs.gentoo.org/619448
Package-Manager: Portage-2.3.24, Repoman-2.3.6

media-libs/libcdr/libcdr-0.1.4.ebuild
media-libs/libcdr/libcdr-9999.ebuild

index b114fa2e952ebf94dc9f9e9bb0371eb041feffba..2e4ecae4b77851f86df50edb8df9a6ff749e247c 100644 (file)
@@ -1,8 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
+inherit flag-o-matic
+
 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libcdr.git"
 [[ ${PV} == 9999 ]] && inherit autotools git-r3
 
@@ -37,6 +39,9 @@ src_prepare() {
 }
 
 src_configure() {
+       # bug 619448
+       append-cxxflags -std=c++14
+
        econf \
                --disable-werror \
                $(use_with doc docs) \
index a7f1ed801fda2c4c18257253fd4dad55d3e18a1b..3c04d584f9e01e52549d5852f4ba9d051e02acba 100644 (file)
@@ -1,8 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
+inherit flag-o-matic
+
 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libcdr.git"
 [[ ${PV} == 9999 ]] && inherit autotools git-r3
 
@@ -37,6 +39,9 @@ src_prepare() {
 }
 
 src_configure() {
+       # bug 619448
+       append-cxxflags -std=c++14
+
        econf \
                --disable-werror \
                $(use_with doc docs) \