aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gal/gal-2.1-2.1.10/configure.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/gal/gal-2.1-2.1.10/configure.patch
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
downloadopenembedded-c8e5702127e507e82e6f68a4b8c546803accea9d.tar.gz
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/gal/gal-2.1-2.1.10/configure.patch')
-rw-r--r--packages/gal/gal-2.1-2.1.10/configure.patch46
1 files changed, 46 insertions, 0 deletions
diff --git a/packages/gal/gal-2.1-2.1.10/configure.patch b/packages/gal/gal-2.1-2.1.10/configure.patch
index e69de29bb2..a71ce32806 100644
--- a/packages/gal/gal-2.1-2.1.10/configure.patch
+++ b/packages/gal/gal-2.1-2.1.10/configure.patch
@@ -0,0 +1,46 @@
+--- gal-2.1.10/configure.in~ 2004-06-01 14:33:00.000000000 +0100
++++ gal-2.1.10/configure.in 2004-06-26 20:22:52.000000000 +0100
+@@ -145,7 +145,7 @@
+ exit (1);
+
+ exit (0);
+-}], ac_cv_libiconv_utf8=yes, [ac_cv_libiconv_utf8=no; have_iconv=no], [ac_cv_libiconv_utf8=no; have_iconv=no]))
++}], ac_cv_libiconv_utf8=yes, [ac_cv_libiconv_utf8=no; have_iconv=no], [ac_cv_libiconv_utf8=yes; have_iconv=yes]))
+ fi
+
+ if test "$have_iconv" = no; then
+@@ -154,25 +154,6 @@
+ AC_SUBST(ICONV_CFLAGS)
+ AC_SUBST(ICONV_LIBS)
+
+-CFLAGS="$CFLAGS -I$srcdir"
+-
+-AC_MSG_CHECKING(preferred charset formats for system iconv)
+-AC_TRY_RUN([
+-#define CONFIGURE_IN
+-#include "iconv-detect.c"
+-],[
+- AC_MSG_RESULT(found)
+-],[
+- AC_MSG_RESULT(not found)
+- AC_WARN([
+- *** The iconv-detect program was unable to determine the
+- *** preferred charset formats recognized by your system
+- *** iconv library. It is suggested that you install a
+- *** working iconv library such as the one found at
+- *** ftp://ftp.gnu.org/pub/gnu/libiconv
+- ])
+-])
+-
+ CFLAGS="$save_CFLAGS"
+ LIBS="$save_LIBS"
+
+@@ -200,7 +181,7 @@
+ }],[
+ AC_DEFINE(HAVE_LKSTRFTIME, 1, [strftime supports use of l and k])
+ ac_cv_lkstrftime=yes
+-],ac_cv_lkstrftime=no,ac_cv_lkstrftime=no])
++],ac_cv_lkstrftime=no,ac_cv_lkstrftime=yes])
+ AC_MSG_RESULT($ac_cv_lkstrftime)
+
+ dnl Check for nl_langinfo and CODESET