diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-21 16:46:17 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-21 18:13:19 +0200 |
commit | 2e6870c4d0527333d237d7ca94f8d3d783c9f082 (patch) | |
tree | d60001d81c6f1ee1ce7f4a7e354a1d20efa5cd15 /media-libs/qimageblitz/files | |
parent | media-sound/guitarix: add missing PYTHON_DEPS (diff) | |
download | gentoo-2e6870c4d0527333d237d7ca94f8d3d783c9f082.tar.gz gentoo-2e6870c4d0527333d237d7ca94f8d3d783c9f082.tar.bz2 gentoo-2e6870c4d0527333d237d7ca94f8d3d783c9f082.zip |
media-libs/qimageblitz: Fix build with >=dev-util/cmake-3.15
Closes: https://bugs.gentoo.org/690360
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/qimageblitz/files')
-rw-r--r-- | media-libs/qimageblitz/files/qimageblitz-0.0.6_p20131029-cxx11.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-libs/qimageblitz/files/qimageblitz-0.0.6_p20131029-cxx11.patch b/media-libs/qimageblitz/files/qimageblitz-0.0.6_p20131029-cxx11.patch new file mode 100644 index 000000000000..da962cd1c95b --- /dev/null +++ b/media-libs/qimageblitz/files/qimageblitz-0.0.6_p20131029-cxx11.patch @@ -0,0 +1,11 @@ +--- a/CMakeLists.txt 2017-03-15 00:31:04.000000000 +0100 ++++ b/CMakeLists.txt 2019-07-21 16:39:14.365729343 +0200 +@@ -14,6 +14,8 @@ + set(CMAKE_AUTOMOC ON) + find_package(Qt5Core REQUIRED) + find_package(Qt5Gui REQUIRED) ++ set (CMAKE_CXX_STANDARD 11) ++ set (CMAKE_CXX_EXTENSIONS OFF) + else() + find_package(Qt4 REQUIRED) + # properly set up compile flags (QT_DEBUG/QT_NO_DEBUG, ...) |