diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-12 08:27:04 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-12 08:27:04 +0200 |
commit | 85563273c27dadb9fc7856fcb3311c5d288564b0 (patch) | |
tree | 672c8e6da6f2122ff23a91d18d7381426b82ef0b | |
parent | 8e2e3885aedccaeb208b6620b37e724611daa0a2 (diff) |
remove broken include path
-rw-r--r-- | package/classpath/patches/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/classpath/patches/patch-configure b/package/classpath/patches/patch-configure new file mode 100644 index 000000000..df2f41eae --- /dev/null +++ b/package/classpath/patches/patch-configure @@ -0,0 +1,11 @@ +--- 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= |