summaryrefslogtreecommitdiff
path: root/devel/glib2/patches/patch-cf
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2012-04-30 13:53:48 +0000
committerdrochner <drochner@pkgsrc.org>2012-04-30 13:53:48 +0000
commit508de02cdee13524a772c1a0d0eaa2767b90c12b (patch)
tree01980ab1ab71e426b4b1c2d07127f619c77ef749 /devel/glib2/patches/patch-cf
parentd50194ac0bf74b1a752f89f6f9304c774837c463 (diff)
downloadpkgsrc-508de02cdee13524a772c1a0d0eaa2767b90c12b.tar.gz
update to 2.32.1
This is the new major tree, needed for a number of Gnome pkgs. The optional "kqueue" patch isn't ready yet, so the "kqueue" option does not work atm.
Diffstat (limited to 'devel/glib2/patches/patch-cf')
-rw-r--r--devel/glib2/patches/patch-cf16
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/glib2/patches/patch-cf b/devel/glib2/patches/patch-cf
index 68368a0e6f9..a9dc54cd6cd 100644
--- a/devel/glib2/patches/patch-cf
+++ b/devel/glib2/patches/patch-cf
@@ -1,14 +1,14 @@
-$NetBSD: patch-cf,v 1.1 2010/06/01 17:28:31 drochner Exp $
+$NetBSD: patch-cf,v 1.2 2012/04/30 13:53:48 drochner Exp $
---- gio/libasyncns/g-asyncns.h.orig 2010-06-01 15:28:52.000000000 +0000
-+++ gio/libasyncns/g-asyncns.h
-@@ -27,6 +27,9 @@
-
- /* asyncns.c removed this for #580301, but that appears to have been wrong */
- #if HAVE_ARPA_NAMESER_COMPAT_H
+--- gio/gnetworkingprivate.h.orig 2012-03-31 18:24:51.000000000 +0000
++++ gio/gnetworkingprivate.h
+@@ -51,6 +51,9 @@
+ #include <arpa/inet.h>
+ #include <arpa/nameser.h>
+ #if defined(HAVE_ARPA_NAMESER_COMPAT_H) && !defined(GETSHORT)
+#ifdef __NetBSD__
+#include <sys/param.h>
+#endif
#include <arpa/nameser_compat.h>
#endif
-
+ #include <net/if.h>