1bf84ee124
- Fix build with Exiv2 0.27 Add 0001-Compile-more-files-with-enabled-exceptions-required-.patch Add 0002-Use-forward-declaration-for-Exiv2-Image-port-to-std-.patch OBS-URL: https://build.opensuse.org/request/show/662082 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/gwenview5?expand=0&rev=122
30 lines
804 B
Diff
30 lines
804 B
Diff
From 1910e0409fd0b73a931f45389865c1e0a55a49e5 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Stefan=20Br=C3=BCns?= <stefan.bruens@rwth-aachen.de>
|
|
Date: Sat, 29 Dec 2018 23:39:30 +0100
|
|
Subject: [PATCH 1/2] Compile more files with enabled exceptions, required for
|
|
exiv2 0.27
|
|
|
|
---
|
|
lib/CMakeLists.txt | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
|
|
index d60ae47f..229eac2a 100644
|
|
--- a/lib/CMakeLists.txt
|
|
+++ b/lib/CMakeLists.txt
|
|
@@ -224,6 +224,11 @@ kde_source_files_enable_exceptions(
|
|
exiv2imageloader.cpp
|
|
imagemetainfomodel.cpp
|
|
timeutils.cpp
|
|
+ cms/cmsprofile.cpp
|
|
+ document/abstractdocumentimpl.cpp
|
|
+ document/document.cpp
|
|
+ document/loadingdocumentimpl.cpp
|
|
+ jpegcontent.cpp
|
|
)
|
|
|
|
ki18n_wrap_ui(gwenviewlib_SRCS
|
|
--
|
|
2.20.1
|
|
|