diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /recipes/ion/ion3/cross.patch | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/ion/ion3/cross.patch')
-rw-r--r-- | recipes/ion/ion3/cross.patch | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/recipes/ion/ion3/cross.patch b/recipes/ion/ion3/cross.patch new file mode 100644 index 0000000000..9a2361893a --- /dev/null +++ b/recipes/ion/ion3/cross.patch @@ -0,0 +1,49 @@ +--- tmp/work/arm-linux/ion3-0.0+ds20041104-r0/ion-3ds-20041104/configure.ac 2004-11-04 08:55:55.000000000 -0600 ++++ ion-3ds-20041104/configure.ac 2004-12-28 13:47:05.000000000 -0600 +@@ -74,26 +74,7 @@ + the -i18n command line option])]) + + if test "x$enable_Xutf8" = xyes; then +- AC_MSG_CHECKING([for Xutf8*]) +- save_CFLAGS="$CFLAGS" +- CFLAGS="$CFLAGS $X_CFLAGS" +- AC_RUN_IFELSE([AC_LANG_SOURCE([[ +-#include <X11/Xlib.h> +- +-int main() +-{ +-#ifdef X_HAVE_UTF8_STRING +- exit(0); +-#else +- exit(1); +-#endif +-} +- ]])], +- [AC_MSG_RESULT([yes]) +- _DCF_DE_USE_XUTF8="-DCF_DE_USE_XUTF8"], +- [AC_MSG_RESULT([no]) +- exit 1]) +- CFLAGS="$save_CFLAGS" ++ AC_CHECK_DECLS ([ X_HAVE_UTF8_STRING ], _DCF_DE_USE_XUTF8="-DCF_DE_USE_XUTF8", , [[#include <X11/Xlib.h>]]) + fi + + dnl }}} +@@ -263,7 +250,8 @@ + ]])], + [AC_MSG_RESULT([yes])], + [AC_MSG_RESULT([no]) +- exit 1]) ++ exit 1], ++ [AC_MSG_RESULT([crosscompiling, assuming yes])]) + CFLAGS="$save_CFLAGS" + LIBS="$save_LIBS" + dnl }}} +@@ -334,7 +322,7 @@ + AC_MSG_CHECKING([for va_copy]) + save_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS $C99_SOURCE" +-AC_RUN_IFELSE([AC_LANG_SOURCE([[ ++AC_LINK_IFELSE([AC_LANG_SOURCE([[ + + #include <stdarg.h> + #include <stdlib.h> |