]> git.pld-linux.org Git - packages/celestia.git/commitdiff
- fix name of lua51 pkg-config file
authorKacper Kornet <draenog@pld-linux.org>
Tue, 2 Sep 2008 18:27:22 +0000 (18:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    celestia-lua51.patch -> 1.1

celestia-lua51.patch [new file with mode: 0644]

diff --git a/celestia-lua51.patch b/celestia-lua51.patch
new file mode 100644 (file)
index 0000000..fade4ec
--- /dev/null
@@ -0,0 +1,11 @@
+--- configure.in~      2008-09-02 19:01:47.000000000 +0100
++++ configure.in       2008-09-02 19:09:09.000000000 +0100
+@@ -399,7 +399,7 @@
+ if (test "$enable_lua" != "no"); then
+       LUA_VER=0
+-      PKG_CHECK_MODULES(LUA, lua5.1 >= 5.1.0, LUA_VER=0x050100, 
++      PKG_CHECK_MODULES(LUA, lua51 >= 5.1.0, LUA_VER=0x050100, 
+               [ PKG_CHECK_MODULES(LUA, lua >= 5.1.0, LUA_VER=0x050100, 
+                 [ PKG_CHECK_MODULES(LUA, lua50 >= 5.0.0 lua50 < 5.1.0, LUA_VER=0x050000,
+                   [ PKG_CHECK_MODULES(LUA, lua >= 5.0.0 lua < 5.1.0, LUA_VER=0x050000, AC_MSG_RESULT([no])) ] 
This page took 0.470846 seconds and 4 git commands to generate.