diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-26 10:25:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-26 10:25:25 +0200 |
commit | 2cb8f699f7ad31a1cadb29a4c01639b9c799539a (patch) | |
tree | 5427668bf98de064617aac95e40a03c890cab391 /package/classpath/patches | |
parent | 9060004d9d951e36613113efcfbe6928fc756e4f (diff) |
update to latest stable version
Diffstat (limited to 'package/classpath/patches')
-rw-r--r-- | package/classpath/patches/classpath-fix.patch | 6 | ||||
-rw-r--r-- | package/classpath/patches/patch-configure | 11 |
2 files changed, 3 insertions, 14 deletions
diff --git a/package/classpath/patches/classpath-fix.patch b/package/classpath/patches/classpath-fix.patch index e03eb2342..80fef0f35 100644 --- a/package/classpath/patches/classpath-fix.patch +++ b/package/classpath/patches/classpath-fix.patch @@ -1,7 +1,7 @@ diff -Nur classpath-0.98.orig//lib/Makefile.in classpath-0.98/lib/Makefile.in ---- classpath-0.98.orig//lib/Makefile.in 2009-02-06 02:01:32.000000000 +0100 -+++ classpath-0.98/lib/Makefile.in 2011-08-05 22:55:25.965284504 +0200 -@@ -272,7 +272,7 @@ +--- classpath-0.99.orig/lib/Makefile.in 2012-03-09 00:54:14.000000000 +0100 ++++ classpath-0.99/lib/Makefile.in 2014-08-24 21:21:19.000000000 +0200 +@@ -305,7 +305,7 @@ top_srcdir = @top_srcdir@ uudecode = @uudecode@ vm_classes = @vm_classes@ JAVA_DEPEND = java.dep diff --git a/package/classpath/patches/patch-configure b/package/classpath/patches/patch-configure deleted file mode 100644 index df2f41eae..000000000 --- a/package/classpath/patches/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- classpath-0.98.orig/configure 2009-02-06 02:01:30.000000000 +0100 -+++ classpath-0.98/configure 2011-04-11 17:08:29.347661221 +0200 -@@ -30403,7 +30403,7 @@ fi - { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gmp___gmpz_mul_si" >&5 - $as_echo "$ac_cv_lib_gmp___gmpz_mul_si" >&6; } - if test "x$ac_cv_lib_gmp___gmpz_mul_si" = x""yes; then -- GMP_CFLAGS=-I/usr/include -+ GMP_CFLAGS= - GMP_LIBS=-lgmp - else - GMP_CFLAGS= |