<URL: http://bugs.freeciv.org/Ticket/Display.html?id=40659 >

2009/1/15 Halton Huo:
> I'm compile freeciv-2.1.8 under Solaris platform, and I get following
> errors because Solaris shell. (Note: /bin/sh on Solaris is not bash)

 ...

> The attachment is patch for this bug.

 Thanks.

 - Updated ggz.m4 serial number to reflect changes
 - TRUNK version


 - ML

diff -Nurd -X.diff_ignore freeciv/m4/ggz.m4 freeciv/m4/ggz.m4
--- freeciv/m4/ggz.m4   2008-10-27 04:13:23.000000000 +0200
+++ freeciv/m4/ggz.m4   2009-01-15 22:55:29.000000000 +0200
@@ -54,7 +54,7 @@
 
 # Version number of this script.
 # First part is upstream (ggz) version and second Freeciv modifications.
-# serial 0014.1
+# serial 0014.2
 
 dnl ------------------------------------------------------------------------
 dnl Find a directory containing a single file
@@ -240,7 +240,8 @@
        LDFLAGS=$LIBGGZ_LDFLAGS
        LIBS=$LIB_GGZ
        CPPFLAGS=$LIBGGZ_INCLUDES
-       export LD_LIBRARY_PATH=$save_ldlibrary_path:$libggz_libraries
+       LD_LIBRARY_PATH=$save_ldlibrary_path:$libggz_libraries
+       export LD_LIBRARY_PATH
 
        AC_MSG_CHECKING([for GGZ library version: $major.$minor.$micro])
        AC_RUN_IFELSE(
diff -Nurd -X.diff_ignore freeciv/configure.ac freeciv/configure.ac
--- freeciv/configure.ac        2008-08-07 18:12:05.000000000 +0300
+++ freeciv/configure.ac        2009-01-15 22:56:24.000000000 +0200
@@ -193,7 +193,8 @@
 
 dnl I18n support
 ALL_LINGUAS="ar cs ca da de el en_GB eo es et fa fi fr he hu it ja ko lt nl 
-nb no pl pt pt_BR ro ru sv tr uk zh_CN" AM_GNU_GETTEXT(,need-ngettext)
+nb no pl pt pt_BR ro ru sv tr uk zh_CN"
+AM_GNU_GETTEXT(,need-ngettext)
 
 dnl AM_GNU_GETTEXT doesn't have all features we want
 dnl or they don't behave correctly.
diff -Nurd -X.diff_ignore freeciv/m4/ggz.m4 freeciv/m4/ggz.m4
--- freeciv/m4/ggz.m4   2008-07-21 12:28:07.000000000 +0300
+++ freeciv/m4/ggz.m4   2009-01-15 22:56:41.000000000 +0200
@@ -54,7 +54,7 @@
 
 # Version number of this script.
 # First part is upstream (ggz) version and second Freeciv modifications.
-# serial 0014.1
+# serial 0014.2
 
 dnl ------------------------------------------------------------------------
 dnl Find a directory containing a single file
@@ -240,7 +240,8 @@
        LDFLAGS=$LIBGGZ_LDFLAGS
        LIBS=$LIB_GGZ
        CPPFLAGS=$LIBGGZ_INCLUDES
-       export LD_LIBRARY_PATH=$save_ldlibrary_path:$libggz_libraries
+       LD_LIBRARY_PATH=$save_ldlibrary_path:$libggz_libraries
+       export LD_LIBRARY_PATH
 
        AC_MSG_CHECKING([for GGZ library version: $major.$minor.$micro])
        AC_RUN_IFELSE(
_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to