9be62e65fb
ok MAINTAINER
15 lines
556 B
Plaintext
15 lines
556 B
Plaintext
$OpenBSD: patch-configure,v 1.2 2007/12/19 13:15:53 jasper Exp $
|
|
--- configure.orig Sun Nov 11 19:39:31 2007
|
|
+++ configure Wed Dec 19 14:15:15 2007
|
|
@@ -23373,8 +23373,8 @@ if test -z "$CFG_FAULT" && test "$sv_cv_fault_posix" =
|
|
case "$host_os" in
|
|
openbsd*)
|
|
case "$host_cpu" in
|
|
- i?86 | x86_64) CFG_FAULT=fault-openbsd-i386.h ;;
|
|
- *) CFG_FAULT=fault-openbsd.h ;;
|
|
+ x86_64) CFG_FAULT=fault-openbsd-amd64.h ;;
|
|
+ *) CFG_FAULT=fault-openbsd-$host_cpu.h ;;
|
|
esac
|
|
FAULT_CONTEXT='struct sigcontext'
|
|
;;
|