summaryrefslogtreecommitdiff
path: root/devel/libgnomeui
diff options
context:
space:
mode:
authordanw <danw@pkgsrc.org>2004-04-24 22:03:55 +0000
committerdanw <danw@pkgsrc.org>2004-04-24 22:03:55 +0000
commit141780220288d664ee66e81da80fa696485a7947 (patch)
treead9628c16b4737d5c3f50b6b31aae8215c884e35 /devel/libgnomeui
parent5d2689f5417b05d2dd41173c176303f61e9501a7 (diff)
downloadpkgsrc-141780220288d664ee66e81da80fa696485a7947.tar.gz
darwin fix
Diffstat (limited to 'devel/libgnomeui')
-rw-r--r--devel/libgnomeui/distinfo3
-rw-r--r--devel/libgnomeui/patches/patch-aa16
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;
+
+ /**