Skip to content

Commit

Permalink
media-gfx/krita: Fix build with boost-1.73.0
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/728744
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Jun 21, 2020
1 parent b5c90ab commit 2674d8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions media-gfx/krita/krita-4.3.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ pkg_setup() {
ecm_pkg_setup
}

src_prepare() {
ecm_src_prepare
sed -e "/CMAKE_CXX_STANDARD/s/11/14/" -i CMakeLists.txt || die
}

src_configure() {
# Prevent sandbox violation from FindPyQt5.py module
# See Gentoo-bug 655918
Expand Down

0 comments on commit 2674d8d

Please sign in to comment.