Add support for landisk. Okay ajacoutot@.
This commit is contained in:
parent
e178717e16
commit
aef8e086aa
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2007/12/19 13:15:53 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2009/12/28 14:59:09 pirofti Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= alpha amd64 arm i386 m68k mips64 powerpc sparc64 sparc
|
||||
ONLY_FOR_ARCHS = alpha amd64 arm i386 m68k mips64 powerpc sparc64 sparc sh
|
||||
|
||||
COMMENT = library for handling page faults in user mode
|
||||
|
||||
|
7
devel/libsigsegv/patches/patch-src_fault-openbsd-sh_h
Normal file
7
devel/libsigsegv/patches/patch-src_fault-openbsd-sh_h
Normal file
@ -0,0 +1,7 @@
|
||||
$OpenBSD: patch-src_fault-openbsd-sh_h,v 1.1 2009/12/28 14:59:09 pirofti Exp $
|
||||
--- src/fault-openbsd-sh.h.orig Mon Dec 28 07:01:13 2009
|
||||
+++ src/fault-openbsd-sh.h Mon Dec 28 08:20:53 2009
|
||||
@@ -0,0 +1,3 @@
|
||||
+#include "fault-openbsd.h"
|
||||
+
|
||||
+#define SIGSEGV_FAULT_STACKPOINTER scp->sc_reg.r_r15
|
Loading…
Reference in New Issue
Block a user