summaryrefslogtreecommitdiff
path: root/java/sablepath/files/patch-ab
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2002-07-09 22:05:31 +0000
committerArchie Cobbs <archie@FreeBSD.org>2002-07-09 22:05:31 +0000
commit016d0c777ff720ee3e527f8417c86550b27f8031 (patch)
treed9af526e6364b153f4349ec402bccfa5345a0d7f /java/sablepath/files/patch-ab
parentImplement USE_GNOMENG. Users should not be able to start using Evolution (diff)
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/
Notes
Notes: svn path=/head/; revision=62725
Diffstat (limited to 'java/sablepath/files/patch-ab')
-rw-r--r--java/sablepath/files/patch-ab22
1 files changed, 22 insertions, 0 deletions
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