diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-12-17 22:08:08 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-12-17 22:08:08 +0000 |
commit | fb91e7faf6171f7b11f33f28b47a7798e7fbb4fd (patch) | |
tree | c11053ee57fb5fb05219c765a92d5da3f2a95cea /lang/see | |
parent | 3f1d3c676fe44b0f9ee107dbbb7b1e6e0bd285e0 (diff) | |
download | ports-fb91e7faf6171f7b11f33f28b47a7798e7fbb4fd.tar.gz ports-fb91e7faf6171f7b11f33f28b47a7798e7fbb4fd.zip |
Notes
Diffstat (limited to 'lang/see')
-rw-r--r-- | lang/see/files/patch-libsee_system.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/see/files/patch-libsee_system.c b/lang/see/files/patch-libsee_system.c new file mode 100644 index 000000000000..de82865ab167 --- /dev/null +++ b/lang/see/files/patch-libsee_system.c @@ -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 |