SHA256
1
0
forked from pool/scribus

Accepting request 946016 from home:iznogood:branches:KDE:Extra

- Pass WANT_CPP17=ON to cmake, fix build with poppler 22.01.0 and
  newer.

OBS-URL: https://build.opensuse.org/request/show/946016
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/scribus?expand=0&rev=72
This commit is contained in:
Christophe Giboudeaux 2022-01-13 10:44:04 +00:00 committed by Git OBS Bridge
parent 4d2674d86d
commit ff33ee1290
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 13 09:27:00 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Pass WANT_CPP17=ON to cmake, fix build with poppler 22.01.0 and
newer.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 24 09:13:39 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de> Fri Sep 24 09:13:39 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -114,6 +114,7 @@ cmake .. \
-DWANT_DISTROBUILD=1 \ -DWANT_DISTROBUILD=1 \
-DWANT_HUNSPELL=1 \ -DWANT_HUNSPELL=1 \
-DWANT_GRAPHICSMAGICK=1 \ -DWANT_GRAPHICSMAGICK=1 \
-DWANT_CPP17=ON \
%if "%{_lib}" == "lib64" %if "%{_lib}" == "lib64"
-DWANT_LIB64=1 -DWANT_LIB64=1
%endif %endif