]> git.pld-linux.org Git - packages/pluto.git/commitdiff
- fixed <pluto/libpluto.h> to include all dependences auto/th/pluto-0.11.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 6 Oct 2014 14:22:52 +0000 (16:22 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 6 Oct 2014 14:22:52 +0000 (16:22 +0200)
pluto-include.patch [new file with mode: 0644]
pluto.spec

diff --git a/pluto-include.patch b/pluto-include.patch
new file mode 100644 (file)
index 0000000..78aff14
--- /dev/null
@@ -0,0 +1,13 @@
+--- pluto-0.11.0/include/pluto/libpluto.h.orig 2014-05-30 10:28:06.000000000 +0200
++++ pluto-0.11.0/include/pluto/libpluto.h      2014-10-06 16:13:49.032098067 +0200
+@@ -1,7 +1,8 @@
+ #ifndef __LIBPLUTO__
+ #define __LIBPLUTO__
+-#include "isl/union_set.h"
+-#include "isl/union_map.h"
++#include <isl/union_set.h>
++#include <isl/union_map.h>
++#include <osl/scop.h>
+ #if defined(__cplusplus)
+ extern "C" {
index 0f2ee4dc77eadcf1a46445e15d37f54f3890f551..feb550cc251d66d94191f4aec7798308473d6d8b 100644 (file)
@@ -9,6 +9,7 @@ Source0:        http://downloads.sourceforge.net/pluto-compiler/%{name}-%{version}.tar.
 # Source0-md5: c391e6d4cf49712ef638662c9193c707
 Patch0:                %{name}-system-libs.patch
 Patch1:                %{name}-updates.patch
+Patch2:                %{name}-include.patch
 URL:           http://pluto-compiler.sourceforge.net/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -74,6 +75,7 @@ Statyczna biblioteka Pluto.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
This page took 0.086771 seconds and 4 git commands to generate.