From 82dc5880e82bbf67ec067fb5edf8afb36d64de19 Mon Sep 17 00:00:00 2001 From: Johan van Selst Date: Mon, 29 Apr 2013 23:15:35 +0000 Subject: Update Smalltalk to 3.2.5 (mostly bugfixes) http://smalltalk.gnu.org/news/gnu-smalltalk-3-2-5 --- lang/smalltalk/files/patch-libgst_cint.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lang/smalltalk/files/patch-libgst_cint.c (limited to 'lang/smalltalk/files/patch-libgst_cint.c') 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; + } + -- cgit v1.2.3