diff options
Diffstat (limited to 'java/sablepath/files/patch-ab')
-rw-r--r-- | java/sablepath/files/patch-ab | 22 |
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 |