diff options
author | Koen Kooi <koen@openembedded.org> | 2007-11-23 09:46:49 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-11-23 09:46:49 +0000 |
commit | a3b492daea36dcd417b30225dd9c87518d4f6d1b (patch) | |
tree | 4f02287b090ac5b091f09768f1f3cc4d977a07ca /packages/gettext/gettext-0.14.1/disable_java.patch | |
parent | 555feeeeb1b1e70b4ced98ec1db6e755dd4dcebb (diff) | |
parent | fbd7ee9a3871795cb7db38d40755d85059330bfa (diff) |
merge of '4ca8a8b2d3b5c23e0df60d228c5549695910a24b'
and 'ec9b4188f1f043fd13783ea1ed8a13f349a862d8'
Diffstat (limited to 'packages/gettext/gettext-0.14.1/disable_java.patch')
-rw-r--r-- | packages/gettext/gettext-0.14.1/disable_java.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/packages/gettext/gettext-0.14.1/disable_java.patch b/packages/gettext/gettext-0.14.1/disable_java.patch new file mode 100644 index 0000000000..0c641eb91b --- /dev/null +++ b/packages/gettext/gettext-0.14.1/disable_java.patch @@ -0,0 +1,33 @@ +Index: gettext-0.14.1/gettext-tools/configure.ac +=================================================================== +--- gettext-0.14.1.orig/gettext-tools/configure.ac 2004-01-16 10:49:06.000000000 +0000 ++++ gettext-0.14.1/gettext-tools/configure.ac 2007-11-14 21:43:39.000000000 +0000 +@@ -37,28 +37,16 @@ + AC_PROG_YACC + + gt_GCJ +-if test -n "$HAVE_GCJ"; then +- BUILDJAVAEXE=yes +-else + BUILDJAVAEXE=no +-fi + AC_SUBST(BUILDJAVAEXE) + + gt_JAVACOMP + AC_CHECK_PROG(JAR, jar, jar) +-if test -n "$HAVE_JAVACOMP" && test -n "$JAR"; then +- BUILDJAVA=yes +-else + BUILDJAVA=no +-fi + AC_SUBST(BUILDJAVA) + + gt_JAVAEXEC +-if test -n "$HAVE_JAVAEXEC" && test $BUILDJAVA = yes; then +- TESTJAVA=yes +-else + TESTJAVA=no +-fi + AC_SUBST(TESTJAVA) + + gt_CSHARPCOMP |