freebsd-ports/x11-wm/xfce4-panel/files/patch-plugins-launcher-launcher-exec.c
Oliver Lehmann 395f5a4663 update Xfce to 4.6
for more information please read

        http://www.xfce.org/about/news?id=21
2009-03-02 16:51:57 +00:00

13 lines
307 B
C

--- plugins/launcher/launcher-exec.c.orig 2009-01-15 13:10:55.000000000 +0100
+++ plugins/launcher/launcher-exec.c 2009-01-15 13:11:12.000000000 +0100
@@ -49,6 +49,10 @@
#define WAIT_ANY (-1)
#endif
+#ifndef environ
+extern char **environ;
+#endif
+
#include "launcher.h"
#include "launcher-exec.h"