summaryrefslogtreecommitdiff
path: root/devel/libgnome/patches
diff options
context:
space:
mode:
authorwiz <wiz>2011-03-11 11:41:24 +0000
committerwiz <wiz>2011-03-11 11:41:24 +0000
commit5bff08238cd6954211df05aacf3f59d1beab24c3 (patch)
tree276232fe9b09f88c2c7adcd6eb59b35e98d800d5 /devel/libgnome/patches
parent9e56a765639c1639105e1c00b2b9a2903c3203f0 (diff)
downloadpkgsrc-5bff08238cd6954211df05aacf3f59d1beab24c3.tar.gz
Update to 2.32.1. Set LICENSE.
Changes: translation updates. Also remove patch for Darwin that's been here since 2004. I can't believe it's still necessary.
Diffstat (limited to 'devel/libgnome/patches')
-rw-r--r--devel/libgnome/patches/patch-af16
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/libgnome/patches/patch-af b/devel/libgnome/patches/patch-af
deleted file mode 100644
index 3f549c5af03..00000000000
--- a/devel/libgnome/patches/patch-af
+++ /dev/null
@@ -1,16 +0,0 @@
-$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.