From: Jan Palus Date: Wed, 9 Dec 2020 18:09:14 +0000 (+0100) Subject: remove lua patch dropped from spec in d3bbf51 X-Git-Tag: auto/th/gegl-0.4.30-1~5 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgegl.git;a=commitdiff_plain;h=8225966c4fac90431734d7f0dcb49ba6139e4cc0 remove lua patch dropped from spec in d3bbf51 --- diff --git a/gegl-lua.patch b/gegl-lua.patch deleted file mode 100644 index 6d7e201..0000000 --- a/gegl-lua.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN gegl-0.0.16/configure.ac gegl-0.0.16.new/configure.ac ---- gegl-0.0.16/configure.ac 2008-02-27 16:45:53.000000000 +0100 -+++ gegl-0.0.16.new/configure.ac 2008-02-29 20:40:04.000000000 +0100 -@@ -421,7 +421,7 @@ - - PKG_CHECK_MODULES(LUA, lua >= $LUA_REQUIRED_VERSION, - have_lua="yes", -- [PKG_CHECK_MODULES(LUA, lua5.1 >= $LUA_REQUIRED_VERSION, -+ [PKG_CHECK_MODULES(LUA, lua51 >= $LUA_REQUIRED_VERSION, - have_lua="yes", - have_lua="no (usable lua not found)")]) - AM_CONDITIONAL(HAVE_LUA, test "x$have_lua" = "xyes")