From 85563273c27dadb9fc7856fcb3311c5d288564b0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 12 Apr 2011 08:27:04 +0200 Subject: remove broken include path --- package/classpath/patches/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/classpath/patches/patch-configure (limited to 'package') 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= -- cgit v1.2.3