diff options
author | Johan van Selst <johans@FreeBSD.org> | 2013-04-29 23:15:35 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2013-04-29 23:15:35 +0000 |
commit | 82dc5880e82bbf67ec067fb5edf8afb36d64de19 (patch) | |
tree | 294908496639598cb7a626e44d4fb7dac620d4f7 /lang/smalltalk/files/patch-libgst_cint.c | |
parent | Add entry for SA-13:05.nfsserver (diff) |
Update Smalltalk to 3.2.5 (mostly bugfixes)
http://smalltalk.gnu.org/news/gnu-smalltalk-3-2-5
Diffstat (limited to 'lang/smalltalk/files/patch-libgst_cint.c')
-rw-r--r-- | lang/smalltalk/files/patch-libgst_cint.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/smalltalk/files/patch-libgst_cint.c b/lang/smalltalk/files/patch-libgst_cint.c new file mode 100644 index 000000000000..c6906d0bee6a --- /dev/null +++ b/lang/smalltalk/files/patch-libgst_cint.c @@ -0,0 +1,10 @@ +--- libgst/cint.c.orig 2013-04-29 23:42:00.000000000 +0200 ++++ libgst/cint.c 2013-04-29 23:42:10.000000000 +0200 +@@ -399,6 +399,7 @@ my_putenv (const char *str) + static char ** + get_environ (void) + { ++ extern char **environ; + return environ; + } + |