openbsd-ports/lang/jamvm/patches/patch-configure
kurt 4130c43025 update to 1.5.3:
- fix a use after free
- disable tls since we don't support it yet
- BSD endian fix from author Robert Lougher <rob.lougher at gmail.com>

testing and okay MANTAINER Frederick C. Druseikis <fdruseikis at sc.edu>
2009-07-22 00:31:57 +00:00

12 lines
548 B
Plaintext

$OpenBSD: patch-configure,v 1.3 2009/07/22 00:31:57 kurt Exp $
--- configure.orig Mon Apr 13 21:06:12 2009
+++ configure Thu Jun 18 14:34:12 2009
@@ -2557,6 +2557,7 @@ i386-*-solaris*) host_cpu=x86 host_os=solaris ;;
x86_64-*-linux*) host_os=linux ;;
hppa*-*-linux*) host_cpu=parisc host_os=linux ;;
mipsel-*-linux*) host_cpu=mips host_os=linux ;;
+x86_64-*-openbsd*) host_os=bsd libdl_needed=no ;;
amd64-*-openbsd*) host_os=bsd libdl_needed=no ;;
amd64-*-freebsd*) host_os=bsd libdl_needed=no ;;
arm*-*-linux*) host_cpu=arm host_os=linux ;;