mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
1 changed files with 11 additions and 0 deletions
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…
Add table
Reference in a new issue