pkgsrc/devel/sdcc/patches/patch-ar
dmcmahill 3ecef7be86 use the boehm-gc package instead of the one included with sdcc.
this fixes sdcc on alpha, and probably sparc and others.

also include a slew of missing headers.
2001-04-29 16:15:15 +00:00

11 lines
244 B
Text

$NetBSD: patch-ar,v 1.1 2001/04/29 16:15:16 dmcmahill Exp $
--- debugger/mcs51/sdcdb.h.orig Sat Apr 29 18:25:05 2000
+++ debugger/mcs51/sdcdb.h Sun Apr 29 03:46:35 2001
@@ -41,5 +41,5 @@
#else
-#include "gc/gc.h"
+#include <gc.h>
#endif