diff options
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; + } + |