summaryrefslogtreecommitdiff
path: root/packages/ion/ion3/cross.patch
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
committerDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
commit709c4d66e0b107ca606941b988bad717c0b45d9b (patch)
tree37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/ion/ion3/cross.patch
parentfa6cd5a3b993f16c27de4ff82b42684516d433ba (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 'packages/ion/ion3/cross.patch')
-rw-r--r--packages/ion/ion3/cross.patch49
1 files changed, 0 insertions, 49 deletions
diff --git a/packages/ion/ion3/cross.patch b/packages/ion/ion3/cross.patch
deleted file mode 100644
index 9a2361893a..0000000000
--- a/packages/ion/ion3/cross.patch
+++ /dev/null
@@ -1,49 +0,0 @@
---- 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>