]> git.pld-linux.org Git - packages/gegl.git/commitdiff
- fix build without lua
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 9 Apr 2019 08:45:04 +0000 (10:45 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Tue, 9 Apr 2019 08:45:04 +0000 (10:45 +0200)
gegl-without-lua.patch [new file with mode: 0644]
gegl.spec

diff --git a/gegl-without-lua.patch b/gegl-without-lua.patch
new file mode 100644 (file)
index 0000000..dc22379
--- /dev/null
@@ -0,0 +1,18 @@
+--- gegl-0.4.14/bin/ui-core.c~ 2019-03-01 13:59:14.000000000 +0100
++++ gegl-0.4.14/bin/ui-core.c  2019-04-09 10:23:12.245855802 +0200
+@@ -4828,6 +4828,7 @@
+       else
+         {
++#if HAVE_LUA
+   if (g_str_has_suffix (o->path, ".lui"))
+   {
+   int result;
+@@ -4846,6 +4847,7 @@
+     }
+   }
+   }
++#endif
index 4fc40b3dd529b16c932b8b2c60cfc718b6a3ff1c..2ff32ff6aefbc61ca5b811d6b6ccf90e3e27f56e 100644 (file)
--- a/gegl.spec
+++ b/gegl.spec
@@ -33,6 +33,7 @@ Patch1:               %{name}-ruby1.9.patch
 Patch2:                %{name}-build.patch
 Patch3:                umfpack.patch
 Patch4:                %{name}-Wformat-security.patch
+Patch5:                %{name}-without-lua.patch
 URL:           http://www.gegl.org/
 BuildRequires: OpenEXR-devel >= 1.6.1
 BuildRequires: SDL-devel >= 1.2.0
@@ -172,6 +173,7 @@ API języka Vala dla biblioteki gegl.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %{__libtoolize}
This page took 0.091107 seconds and 4 git commands to generate.