diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-07-18 22:48:50 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-07-19 17:37:39 +0200 |
commit | ea76b80108b4c292379e37e01cdbb9d984d74759 (patch) | |
tree | 8b3d9567925bfaaaa295e396c6f2ecb907356afe /recipes-core/classpath/classpath-initial-0.93/autotools.patch | |
parent | 817d88937ea7fed7d8812ba905a88e2c24d661d7 (diff) | |
download | meta-java-ea76b80108b4c292379e37e01cdbb9d984d74759.tar.gz |
classpath: update to version 0.99
* switch to INC_PR for native and initial
* clean up dependencies
* inherit gettext class instead of depeding directly on the package
* clean up patches
Diffstat (limited to 'recipes-core/classpath/classpath-initial-0.93/autotools.patch')
-rw-r--r-- | recipes-core/classpath/classpath-initial-0.93/autotools.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-core/classpath/classpath-initial-0.93/autotools.patch b/recipes-core/classpath/classpath-initial-0.93/autotools.patch new file mode 100644 index 0000000..663c034 --- /dev/null +++ b/recipes-core/classpath/classpath-initial-0.93/autotools.patch | |||
@@ -0,0 +1,24 @@ | |||
1 | Index: classpath-0.93/configure.ac | ||
2 | =================================================================== | ||
3 | --- classpath-0.93.orig/configure.ac 2006-12-08 20:22:50.000000000 +0100 | ||
4 | +++ classpath-0.93/configure.ac 2008-08-25 22:07:40.711946598 +0200 | ||
5 | @@ -41,6 +41,11 @@ | ||
6 | AC_CONFIG_HEADERS([include/config.h]) | ||
7 | AC_PREFIX_DEFAULT(/usr/local/classpath) | ||
8 | |||
9 | +AC_CONFIG_MACRO_DIR([m4]) | ||
10 | + | ||
11 | + | ||
12 | +AM_ICONV_LINK | ||
13 | + | ||
14 | dnl ----------------------------------------------------------- | ||
15 | dnl Enable collections.jar (disabled by default) | ||
16 | dnl ----------------------------------------------------------- | ||
17 | @@ -312,6 +317,7 @@ | ||
18 | dnl AC_PROG_AWK | ||
19 | AC_PROG_CC | ||
20 | AC_PROG_CPP | ||
21 | +AM_PROG_CC_C_O | ||
22 | |||
23 | # Handle -Werror default case. | ||
24 | if test "$ENABLE_WERROR" = default; then | ||