openbsd-ports/devel/libsigsegv/patches/patch-configure

15 lines
556 B
Plaintext
Raw Normal View History

$OpenBSD: patch-configure,v 1.3 2010/04/02 07:43:14 jasper Exp $
--- configure.orig Fri Apr 2 09:41:24 2010
+++ configure Fri Apr 2 09:42:01 2010
@@ -13279,8 +13279,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'
;;