pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gtk2 darwin fixes



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1629e72aae2
branches:  trunk
changeset: 473817:f1629e72aae2
user:      danw <danw%pkgsrc.org@localhost>
date:      Sat Apr 24 22:08:55 2004 +0000

description:
darwin fixes

diffstat:

 x11/gtk2/distinfo         |   3 ++-
 x11/gtk2/patches/patch-ac |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 3bebeaa5ba36 -r f1629e72aae2 x11/gtk2/distinfo
--- a/x11/gtk2/distinfo Sat Apr 24 22:06:27 2004 +0000
+++ b/x11/gtk2/distinfo Sat Apr 24 22:08:55 2004 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.22 2004/04/01 18:15:41 jmmv Exp $
+$NetBSD: distinfo,v 1.23 2004/04/24 22:08:55 danw Exp $
 
 SHA1 (gtk+-2.4.0.tar.bz2) = f34efa7e3bc05cb945a8ad03bd043d2cc7ba91f7
 Size (gtk+-2.4.0.tar.bz2) = 8476610 bytes
 SHA1 (patch-aa) = 05be7ab51f2e9297f68e4b51a0086ff64ace970b
 SHA1 (patch-ab) = 00ffc4436c64bd45042232a0a376d8a69de35d40
+SHA1 (patch-ac) = 42dff743263b141029a814d7dec9fdc5637a3cff
diff -r 3bebeaa5ba36 -r f1629e72aae2 x11/gtk2/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtk2/patches/patch-ac Sat Apr 24 22:08:55 2004 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.10 2004/04/24 22:08:55 danw Exp $
+
+--- gdk/x11/gdkspawn-x11.c.orig        Mon Apr 12 23:01:39 2004
++++ gdk/x11/gdkspawn-x11.c
+@@ -27,6 +27,11 @@
+ #include <glib.h>
+ #include <gdk/gdk.h>
+ 
++#if defined(__APPLE__)
++#include <crt_externs.h>
++#define environ (*_NSGetEnviron())
++#endif
++
+ extern char **environ;
+ 
+ /**



Home | Main Index | Thread Index | Old Index