]> git.pld-linux.org Git - packages/celestia.git/commitdiff
- updated
authorwolf <wolf@pld-linux.org>
Tue, 11 Jan 2005 21:38:35 +0000 (21:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    celestia-lua50.patch -> 1.2

celestia-lua50.patch

index a97010ec95274aba015acaa9de3cd7f8ab016514..713025a44a282a78d90c7dee548a815f0aa68f56 100644 (file)
@@ -1,12 +1,12 @@
 diff -ruN celestia./configure.in celestia/configure.in
---- celestia./configure.in     2004-04-19 22:24:18.000000000 +0200
-+++ celestia/configure.in      2004-07-08 20:17:01.825082120 +0200
-@@ -358,7 +358,7 @@
- AC_MSG_CHECKING([whether we enable Celestia Extension Language])
- if test "$enable_lua" != "no" ; then
-       CXXFLAGS="$CXXFLAGS -DCELX"
--      LDFLAGS="$LDFLAGS -llualib -llua"
-+      LDFLAGS="$LDFLAGS -llualib50 -llua50"
-       if test "$lua_includes" != "no" ; then
-            CXXFLAGS="$CXXFLAGS -I$lua_includes"
-       fi
+--- celestia./configure.in     2005-01-11 21:40:24.000000000 +0100
++++ celestia/configure.in      2005-01-11 21:40:46.963692448 +0100
+@@ -359,7 +359,7 @@
+ AC_MSG_CHECKING([whether to enable Celestia Extension Language])
+ if (test "$enable_lua" != "no"); then
+       CXXFLAGS="$CXXFLAGS -DCELX"
+-      LDFLAGS="$LDFLAGS -llualib -llua"
++      LDFLAGS="$LDFLAGS -llualib50 -llua50"
+       
+       if (test "$lua_includes" != "no"); then
+               CXXFLAGS="$CXXFLAGS -I$lua_includes"
This page took 0.088138 seconds and 4 git commands to generate.