summaryrefslogtreecommitdiff
path: root/java/sablepath/files/patch-ab
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2002-08-15 23:17:48 +0000
committerArchie Cobbs <archie@FreeBSD.org>2002-08-15 23:17:48 +0000
commit5d7a7a38842865e134dabca29478791e4961fe9d (patch)
tree1f536496fb5d7436b9409d98660b0e4e6c2f93e1 /java/sablepath/files/patch-ab
parentWell, this looks like an i386 binary. Mark as such. (diff)
Update to SableVM version 1.0.2.
This port includes the Java classes, making the java/sablepath port obsolete.
Notes
Notes: svn path=/head/; revision=64558
Diffstat (limited to 'java/sablepath/files/patch-ab')
-rw-r--r--java/sablepath/files/patch-ab22
1 files changed, 0 insertions, 22 deletions
diff --git a/java/sablepath/files/patch-ab b/java/sablepath/files/patch-ab
deleted file mode 100644
index 7da7e44f1712..000000000000
--- a/java/sablepath/files/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
-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