freebsd-ports/lang/see/files/patch-libsee_system.c
Stanislav Sedov fb91e7faf6 - Fix build after the boehm-gc update.
Reported by:	pav
2009-12-17 22:08:08 +00:00

11 lines
292 B
C

--- libsee/system.c.orig 2009-12-17 14:05:43.000000000 -0800
+++ libsee/system.c 2009-12-17 14:07:20.000000000 -0800
@@ -70,6 +70,8 @@
#include "dprint.h"
#include "platform.h"
+typedef void * GC_PTR;
+
/* Prototypes */
static unsigned int simple_random_seed(void);
#if HAVE_GC_MALLOC