summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-08-21 10:37:47 +0000
committerwiz <wiz@pkgsrc.org>2014-08-21 10:37:47 +0000
commit9945ef0e80a54417f1185e405c6897e0c2da2831 (patch)
treefaeb98273856646c6a19ce75ddae7c2184e74940 /x11
parent14607362ee65f90297c2d2de70d7551e3c4d7bd4 (diff)
downloadpkgsrc-9945ef0e80a54417f1185e405c6897e0c2da2831.tar.gz
Add fcntl.h for openat(). Might help build on NetBSD-6.
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-desktop3/distinfo3
-rw-r--r--x11/gnome-desktop3/patches/patch-libgnome-desktop_libgsystem_gsystem-file-utils.c15
2 files changed, 17 insertions, 1 deletions
diff --git a/x11/gnome-desktop3/distinfo b/x11/gnome-desktop3/distinfo
index 5f00f812728..0726de5f5bc 100644
--- a/x11/gnome-desktop3/distinfo
+++ b/x11/gnome-desktop3/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2014/02/12 01:23:33 prlw1 Exp $
+$NetBSD: distinfo,v 1.6 2014/08/21 10:37:47 wiz Exp $
SHA1 (gnome-desktop-3.10.2.tar.xz) = fd13640ad7f096f29267366bcdf4cf8dc95af07a
RMD160 (gnome-desktop-3.10.2.tar.xz) = 9d59c58c497eafa75a5ae7a38edaa740c8c77726
Size (gnome-desktop-3.10.2.tar.xz) = 1062876 bytes
SHA1 (patch-aa) = 0553828a17b36a1a7ce2fb66ed1ae0ce6eaa8075
+SHA1 (patch-libgnome-desktop_libgsystem_gsystem-file-utils.c) = 9c015507b6ab5bb820651d326979e00f86c5a59f
diff --git a/x11/gnome-desktop3/patches/patch-libgnome-desktop_libgsystem_gsystem-file-utils.c b/x11/gnome-desktop3/patches/patch-libgnome-desktop_libgsystem_gsystem-file-utils.c
new file mode 100644
index 00000000000..492c86835d6
--- /dev/null
+++ b/x11/gnome-desktop3/patches/patch-libgnome-desktop_libgsystem_gsystem-file-utils.c
@@ -0,0 +1,15 @@
+$NetBSD: patch-libgnome-desktop_libgsystem_gsystem-file-utils.c,v 1.1 2014/08/21 10:37:48 wiz Exp $
+
+Add fcntl.h for openat().
+
+--- libgnome-desktop/libgsystem/gsystem-file-utils.c.orig 2013-10-04 22:18:43.000000000 +0000
++++ libgnome-desktop/libgsystem/gsystem-file-utils.c
+@@ -37,6 +37,8 @@
+ #include <glib-unix.h>
+ #include <limits.h>
+ #include <dirent.h>
++/* for openat() */
++#include <fcntl.h>
+
+ static int
+ close_nointr (int fd)