mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Fix build after the boehm-gc update.
Reported by: pav
This commit is contained in:
parent
3f1d3c676f
commit
fb91e7faf6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246063
11
lang/see/files/patch-libsee_system.c
Normal file
11
lang/see/files/patch-libsee_system.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- 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
|
Loading…
Reference in New Issue
Block a user