openbsd-ports/devel/opencm/patches/patch-base_src_opencm_h
todd 694027cd6c remove the nogc flavor, pointless now that boehm-gc works again
update to the last public release opencm0.1.2alpha7pl1-1
2003-10-15 13:12:04 +00:00

13 lines
299 B
Plaintext

$OpenBSD: patch-base_src_opencm_h,v 1.7 2003/10/15 13:12:04 todd Exp $
--- base/src/opencm.h.orig Sat Mar 29 16:15:28 2003
+++ base/src/opencm.h Tue Apr 1 07:30:18 2003
@@ -77,7 +77,7 @@
#include <paths.h>
#endif
-#include "../gc6.1/include/gc.h"
+#include <gc.h>
/* #define USE_BASE16 */