]> git.pld-linux.org Git - packages/Collage.git/commitdiff
add missing header to fix build
authorJan Palus <atler@pld-linux.org>
Tue, 4 Jul 2023 09:21:32 +0000 (11:21 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 4 Jul 2023 09:21:32 +0000 (11:21 +0200)
Collage.spec
includes.patch [new file with mode: 0644]

index e5ec6c8facc0dac5a8ea9a67b70b6a012c38c105..78e0bbe51a2cfb9d357864493ebfe6990f835ad8 100644 (file)
@@ -14,6 +14,7 @@ Source0:      https://github.com/Eyescale/Collage/archive/%{version}/%{name}-%{versio
 # Source0-md5: f0e57c1a2f6196c11ad8ac6029483e56
 Patch0:                boost-1.61.patch
 Patch1:                %{name}-boost.patch
+Patch2:                includes.patch
 URL:           http://libcollage.net/
 BuildRequires: Lunchbox-devel >= 1.16.0
 BuildRequires: Eyescale-CMake >= 2017.05
@@ -86,6 +87,7 @@ Dokumentacja API biblioteki Collage.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 rmdir CMake/common
 ln -s %{_datadir}/Eyescale-CMake CMake/common
diff --git a/includes.patch b/includes.patch
new file mode 100644 (file)
index 0000000..89cbc9b
--- /dev/null
@@ -0,0 +1,10 @@
+--- Collage-1.7.0/co/object.h.orig     2017-05-29 15:17:51.000000000 +0200
++++ Collage-1.7.0/co/object.h  2023-07-04 11:17:43.708065664 +0200
+@@ -25,6 +25,7 @@
+ #include <co/localNode.h>  // used in RefPtr
+ #include <co/types.h>      // for Nodes
+ #include <co/version.h>    // used as default parameter
++#include <limits>
+ namespace co
+ {
This page took 0.191069 seconds and 4 git commands to generate.