SOURCES (DEVEL): liferea-lua51.patch - updated for 1.5.15

megabajt megabajt at pld-linux.org
Mon Mar 30 23:09:11 CEST 2009


Author: megabajt                     Date: Mon Mar 30 21:09:11 2009 GMT
Module: SOURCES                       Tag: DEVEL
---- Log message:
- updated for 1.5.15

---- Files affected:
SOURCES:
   liferea-lua51.patch (1.1 -> 1.1.2.1) 

---- Diffs:

================================================================
Index: SOURCES/liferea-lua51.patch
diff -u SOURCES/liferea-lua51.patch:1.1 SOURCES/liferea-lua51.patch:1.1.2.1
--- SOURCES/liferea-lua51.patch:1.1	Sat Mar 24 21:36:13 2007
+++ SOURCES/liferea-lua51.patch	Mon Mar 30 23:09:05 2009
@@ -1,11 +1,12 @@
---- liferea-1.2.8/configure.ac.orig	2007-03-24 18:58:40.000000000 +0000
-+++ liferea-1.2.8/configure.ac	2007-03-24 19:00:44.000000000 +0000
-@@ -139,7 +139,7 @@
-    dnl Lua 5.1 does include a lua.pc file, so it shouldn't be distribution specific
-    dnl However, the presence of lua.pc is certainly not a good indicator of lua version...
-    PKG_CHECK_MODULES([LUA50], [lua50 lualib50] ,has_lua50=yes,has_lua50=no)
--   PKG_CHECK_MODULES([LUA51], [lua] ,has_lua51=yes,has_lua51=no)
-+   PKG_CHECK_MODULES([LUA51], [lua51] ,has_lua51=yes,has_lua51=no)
+diff -urN liferea-1.5.15/configure.ac liferea-1.5.15.new/configure.ac
+--- liferea-1.5.15/configure.ac	2009-03-29 11:09:45.000000000 +0200
++++ liferea-1.5.15.new/configure.ac	2009-03-31 00:36:49.132029106 +0200
+@@ -92,7 +92,7 @@
+ 
+ if test "x$enable_lua" = "xyes"; then
+    PKG_CHECK_MODULES([LUA], [lua],, [AC_MSG_NOTICE([No lua.pc present, is there a lua5.1.pc?])
+-     PKG_CHECK_MODULES([LUA], [lua5.1],, [AC_MSG_NOTICE([Are there lua50.pc and lualib50.pc?])
++     PKG_CHECK_MODULES([LUA], [lua51],, [AC_MSG_NOTICE([Are there lua50.pc and lualib50.pc?])
+        PKG_CHECK_MODULES([LUA], [lua50 lualib50],,[enable_lua=no])])])
     
-    if test "x$has_lua51" = "xyes" ; then
-       LUA_CFLAGS="$LUA51_CFLAGS"
+    AC_SUBST(LUA_CFLAGS)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/liferea-lua51.patch?r1=1.1&r2=1.1.2.1&f=u



More information about the pld-cvs-commit mailing list