diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-09-03 08:25:23 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-09-03 08:25:23 +0000 |
commit | 913c60585ff62d1cfb115e14e957c8a54e61c4e4 (patch) | |
tree | 57acf8b1e6bc4e5d4ca061e31d1af17478cb77da /packages/classpath/files | |
parent | db589754f96fd0671ea7370fbf640f98f2f87c8d (diff) |
classpath-native 0.97.2: Removed automake <1.10 incompatible part from autotools patch
- added patch to fix bug in java.util.DecimalFormat
classpath-minimal 0.97.2: Dito.
classpath 0.97.2: Dito.
Diffstat (limited to 'packages/classpath/files')
-rw-r--r-- | packages/classpath/files/autotools.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/classpath/files/autotools.patch b/packages/classpath/files/autotools.patch index baae366d5f..663c0340cd 100644 --- a/packages/classpath/files/autotools.patch +++ b/packages/classpath/files/autotools.patch @@ -22,16 +22,3 @@ Index: classpath-0.93/configure.ac # Handle -Werror default case. if test "$ENABLE_WERROR" = default; then -Index: classpath-0.93/Makefile.am -=================================================================== ---- classpath-0.93.orig/Makefile.am 2006-02-08 08:35:30.000000000 +0100 -+++ classpath-0.93/Makefile.am 2008-08-24 21:45:42.405241264 +0200 -@@ -4,7 +4,7 @@ - SUBDIRS = lib doc external include native resource scripts tools $(EXAMPLESDIR) - DIST_SUBDIRS = lib doc external include native resource scripts tools examples - --ACLOCAL_AMFLAGS = -I m4 -+ACLOCAL_AMFLAGS = -I m4 --install - - native: lib - |