]> git.pld-linux.org Git - packages/kde4-calligra.git/commitdiff
attempt to fix build by using constant that fits int
authorJan Palus <atler@pld-linux.org>
Sat, 4 Jul 2020 14:52:04 +0000 (16:52 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 4 Jul 2020 14:52:04 +0000 (16:52 +0200)
build.patch [new file with mode: 0644]
kde4-calligra.spec

diff --git a/build.patch b/build.patch
new file mode 100644 (file)
index 0000000..e731c35
--- /dev/null
@@ -0,0 +1,11 @@
+--- calligra-2.9.11/braindump/plugins/stateshape/StatesModel.h.orig    2020-07-04 16:49:52.191491187 +0200
++++ calligra-2.9.11/braindump/plugins/stateshape/StatesModel.h 2020-07-04 16:48:53.161831935 +0200
+@@ -30,7 +30,7 @@
+ {
+ public:
+     enum Role {
+-        SortRole = 0xF14eb9a0
++        SortRole = 0x14eb9a0
+     };
+ public:
+     StatesModel();
index f92e33decba7e68abab64e82488d7aac33239a2d..f25eec05789c431783dca2f4c78995c780ab9c6f 100644 (file)
@@ -37,6 +37,7 @@ Patch0:               eigen3.patch
 Patch1:                %{orgname}-exiv2.patch
 Patch2:                %{orgname}-icu.patch
 Patch3:                %{orgname}-boost.patch
 Patch1:                %{orgname}-exiv2.patch
 Patch2:                %{orgname}-icu.patch
 Patch3:                %{orgname}-boost.patch
+Patch4:                build.patch
 URL:           http://www.calligra-suite.org/
 BuildRequires: GraphicsMagick-devel
 BuildRequires: OpenColorIO-devel
 URL:           http://www.calligra-suite.org/
 BuildRequires: GraphicsMagick-devel
 BuildRequires: OpenColorIO-devel
@@ -380,6 +381,7 @@ the Plasma Active platform.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 install -d build
 
 %build
 install -d build
This page took 0.056481 seconds and 4 git commands to generate.