Skip to content

Commit

Permalink
media-libs/libfreehand: Always build in C++14 mode
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/619762
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
SoapGentoo committed Feb 19, 2018
1 parent 4655cbd commit 61285ae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions media-libs/libfreehand/libfreehand-0.1.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

EAPI=6

inherit flag-o-matic

EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libfreehand.git"
[[ ${PV} == 9999 ]] && inherit autotools git-r3

Expand Down Expand Up @@ -38,6 +40,9 @@ src_prepare() {
}

src_configure() {
# bug 619762
append-cxxflags -std=c++14

econf \
--disable-werror \
$(use_with doc docs) \
Expand Down
5 changes: 5 additions & 0 deletions media-libs/libfreehand/libfreehand-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

EAPI=6

inherit flag-o-matic

EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libfreehand.git"
[[ ${PV} == 9999 ]] && inherit autotools git-r3

Expand Down Expand Up @@ -38,6 +40,9 @@ src_prepare() {
}

src_configure() {
# bug 619762
append-cxxflags -std=c++14

econf \
--disable-werror \
$(use_with doc docs) \
Expand Down

0 comments on commit 61285ae

Please sign in to comment.