diff options
Diffstat (limited to 'package/classpath')
-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= |