SOURCES: gegl-lua.patch (NEW) - fixes name of lua pkgconfig file
megabajt
megabajt at pld-linux.org
Sat Mar 1 17:29:40 CET 2008
Author: megabajt Date: Sat Mar 1 16:29:40 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fixes name of lua pkgconfig file
---- Files affected:
SOURCES:
gegl-lua.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/gegl-lua.patch
diff -u /dev/null SOURCES/gegl-lua.patch:1.1
--- /dev/null Sat Mar 1 17:29:40 2008
+++ SOURCES/gegl-lua.patch Sat Mar 1 17:29:34 2008
@@ -0,0 +1,12 @@
+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")
================================================================
More information about the pld-cvs-commit
mailing list