From 016d0c777ff720ee3e527f8417c86550b27f8031 Mon Sep 17 00:00:00 2001 From: Archie Cobbs Date: Tue, 9 Jul 2002 22:05:31 +0000 Subject: This port builds and installs a version of the GNU Classpath Java class and native libraries package that has been customized to work with SableVM. WWW: http://www.sablevm.org/ --- java/sablepath/files/patch-ab | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 java/sablepath/files/patch-ab (limited to 'java/sablepath/files/patch-ab') diff --git a/java/sablepath/files/patch-ab b/java/sablepath/files/patch-ab new file mode 100644 index 000000000000..7da7e44f1712 --- /dev/null +++ b/java/sablepath/files/patch-ab @@ -0,0 +1,22 @@ +diff -ur sablepath-0.1.3.orig/configure.in sablepath-0.1.3/configure.in +--- sablepath-0.1.3.orig/configure.in Fri Apr 27 21:19:37 2001 ++++ sablepath-0.1.3/configure.in Tue Jul 9 12:44:11 2002 +@@ -26,13 +26,17 @@ + AC_LIBTOOL_DLOPEN + AM_PROG_LIBTOOL + ++dnl Required FreeBSD compile flags ++CFLAGS="$CFLAGS -pthread -I/usr/local/include -L/usr/local/lib" ++ + dnl Checks for libraries. + AC_CHECK_LIB(gmp, __gmpz_init, echo -n, echo ***ERROR: libgmp is missing; exit 1) + + dnl Checks for header files. + AC_HEADER_DIRENT + AC_HEADER_STDC +-AC_CHECK_HEADERS(fcntl.h malloc.h sys/time.h unistd.h, echo -n, echo ***ERROR: missing standard header file; exit 1) ++AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h, echo -n, echo ***ERROR: missing standard header file; exit 1) ++AC_CHECK_HEADERS(malloc.h endian.h machine/endian.h,echo -n,echo -n) + + dnl Checks for typedefs, structures, and compiler characteristics. + AC_C_CONST -- cgit v1.2.3