- fix build on hppa
This commit is contained in:
parent
e5be30e6c8
commit
12e243ea6c
14
lang/scm/patches/patch-setjump_h
Normal file
14
lang/scm/patches/patch-setjump_h
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-setjump_h,v 1.1 2010/09/28 20:48:04 jasper Exp $
|
||||
|
||||
Allow scm to build on OpenBSD/hppa.
|
||||
|
||||
--- setjump.h.orig Sat Sep 25 22:48:58 2010
|
||||
+++ setjump.h Sat Sep 25 22:49:38 2010
|
||||
@@ -123,3 +123,7 @@ typedef struct safeport {
|
||||
} safeport;
|
||||
|
||||
#define SAFEP_JMPBUF(sfp) (((safeport *)STREAM(sfp))->jmpbuf)
|
||||
+
|
||||
+#if defined(__OpenBSD__) && defined(__hppa__)
|
||||
+#define STACK_GROWS_UP
|
||||
+#endif
|
Loading…
Reference in New Issue
Block a user