summaryrefslogtreecommitdiff
path: root/devel/libgnome/patches/patch-af
blob: 3f549c5af031781ef8738cd738534ffe4c619da6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-af,v 1.3 2004/04/24 20:35:15 danw Exp $

--- libgnome/gnome-util.c.orig	Mon Apr 12 19:17:51 2004
+++ libgnome/gnome-util.c
@@ -137,6 +137,11 @@ g_extension_pointer (const char * path)
 	}
 }
 
+#if defined(__APPLE__)
+#include <crt_externs.h>
+#define environ (*_NSGetEnviron())
+#endif
+
 /**
  * gnome_setenv:
  * @name: An environment variable name.