openbsd-ports/devel/boehm-gc/patches/patch-af
brad 56d362bede - cleanup Makefile
- fix man page so path to headers/libs is not hardcoded to /usr/local
- add ONLY_FOR_ARCHS= i386 m68k sparc
- add support for SPARC; tested by marco@
1999-10-06 19:00:29 +00:00

12 lines
352 B
Plaintext

--- os_dep.c.orig Tue Oct 5 20:22:04 1999
+++ os_dep.c Tue Oct 5 20:22:22 1999
@@ -2090,7 +2090,7 @@
* Call stack save code for debugging.
* Should probably be in mach_dep.c, but that requires reorganization.
*/
-#if defined(SPARC)
+#if defined(SPARC) && !defined(__OpenBSD__)
# if defined(SUNOS4)
# include <machine/frame.h>
# else