diff options
author | danw <danw@pkgsrc.org> | 2004-04-24 22:03:55 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2004-04-24 22:03:55 +0000 |
commit | 3bfb87720e9e55f8b1335a67e7dd82c41d4cbc6c (patch) | |
tree | ad9628c16b4737d5c3f50b6b31aae8215c884e35 | |
parent | fed1e15f696919a154f082ce3708dfc39cba03fd (diff) | |
download | pkgsrc-3bfb87720e9e55f8b1335a67e7dd82c41d4cbc6c.tar.gz |
darwin fix
-rw-r--r-- | devel/libgnomeui/distinfo | 3 | ||||
-rw-r--r-- | devel/libgnomeui/patches/patch-aa | 16 |
2 files changed, 18 insertions, 1 deletions
diff --git a/devel/libgnomeui/distinfo b/devel/libgnomeui/distinfo index 1cf3b69df34..674969699bc 100644 --- a/devel/libgnomeui/distinfo +++ b/devel/libgnomeui/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.7 2004/04/01 18:25:54 jmmv Exp $ +$NetBSD: distinfo,v 1.8 2004/04/24 22:03:55 danw Exp $ SHA1 (libgnomeui-2.6.0.tar.bz2) = acd047164142cc751192d9d80265a75ea205ac61 Size (libgnomeui-2.6.0.tar.bz2) = 1456029 bytes +SHA1 (patch-aa) = 6b4cdd4266c011bd50d4dcb3ade6381b43d46c62 diff --git a/devel/libgnomeui/patches/patch-aa b/devel/libgnomeui/patches/patch-aa new file mode 100644 index 00000000000..7d5db15b507 --- /dev/null +++ b/devel/libgnomeui/patches/patch-aa @@ -0,0 +1,16 @@ +$NetBSD: patch-aa,v 1.3 2004/04/24 22:03:55 danw Exp $ + +--- libgnomeui/gnome-multiscreen.c.orig Sat Apr 24 16:38:48 2004 ++++ libgnomeui/gnome-multiscreen.c +@@ -26,6 +26,11 @@ + + #include <string.h> + ++#if defined(__APPLE__) ++#include <crt_externs.h> ++#define environ (*_NSGetEnviron()) ++#endif ++ + extern char **environ; + + /** |