pkgsrc/devel/sdcc/patches/patch-as
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
233 B
Text

$NetBSD: patch-as,v 1.1 2001/04/29 16:15:16 dmcmahill Exp $
--- src/SDCCglobl.h.orig Sat Sep 30 15:39:35 2000
+++ src/SDCCglobl.h Sun Apr 29 03:48:33 2001
@@ -25,5 +25,5 @@
#else
-#include "./gc/gc.h"
+#include <gc.h>
#endif