openbsd-ports/lang/jamvm/patches/patch-configure
kurt 5bb1c2b0ec maintenance update to jamvm 1.4.3. based on update from maintainer
Frederick C. Druseikis <fredd at cse.sc.edu>.  amd64 correction not
included just yet as libffi submission needs more work.
2006-07-11 16:01:24 +00:00

12 lines
539 B
Plaintext

$OpenBSD: patch-configure,v 1.1 2006/07/11 16:01:24 kurt Exp $
--- configure.orig Tue Jun 20 09:49:10 2006
+++ configure Tue Jun 20 09:50:14 2006
@@ -1948,6 +1948,7 @@ i[3456]86-*-kfreebsd*) host_cpu=i386 hos
i386-*-openbsd*) host_os=bsd libdl_needed=no ;;
i386-*-freebsd*) host_os=bsd libdl_needed=no ;;
x86_64-*-linux*) 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 ;;