]> git.pld-linux.org Git - packages/openttd.git/commitdiff
- adjust for 0.0.7
authorlisu <lisu@pld-linux.org>
Fri, 3 Apr 2009 08:47:16 +0000 (08:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openttd-libiconv.patch -> 1.2

openttd-libiconv.patch

index 6d2a3f24e9614228e09db600c861fb39642b4655..28cc5b8afa856b2e921f2e24b7970069e7ad3f60 100644 (file)
@@ -1,10 +1,10 @@
---- openttd-0.6.1/config.lib   2008-01-15 21:55:36.000000000 +0100
-+++ openttd-0.6.1/config.lib_new       2008-01-16 16:55:39.000000000 +0100
-@@ -1134,7 +1134,6 @@
+--- openttd-0.7.0/config.lib~  2009-04-03 09:49:26.000000000 +0200
++++ openttd-0.7.0/config.lib   2009-04-03 09:50:32.000000000 +0200
+@@ -1333,7 +1333,6 @@
        if [ "$with_iconv" != "0" ]; then
                CFLAGS="$CFLAGS -DWITH_ICONV"
--              LIBS="$LIBS -liconv"
-               if [ "$with_iconv" != "2" ]; then
-                       CFLAGS="$CFLAGS -I$with_iconv/include"
-                       LIBS="$LIBS -L$with_iconv/lib"
+               if [ "$link_to_iconv" = "yes" ]; then
+-                      LIBS="$LIBS -liconv"
+                       if [ "$with_iconv" != "2" ]; then
+                               CFLAGS="$CFLAGS -I$with_iconv/include"
+                               LIBS="$LIBS -L$with_iconv/lib"
This page took 0.1993 seconds and 4 git commands to generate.