summaryrefslogtreecommitdiffstats
path: root/devel/glib20/files/patch-gio_tests_include.c
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-03-29 02:25:49 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-03-29 02:25:49 +0800
commit4ea63f9b79c97f1540f3dd6d066d076352bf76c9 (patch)
tree8d58e58e09cde22418974687c4731d5186d8b2cd /devel/glib20/files/patch-gio_tests_include.c
parent46a0076fda91811ae449419936ef753bf1e767a7 (diff)
downloadmarcuscom-ports-4ea63f9b79c97f1540f3dd6d066d076352bf76c9.tar.gz
marcuscom-ports-4ea63f9b79c97f1540f3dd6d066d076352bf76c9.tar.zst
marcuscom-ports-4ea63f9b79c97f1540f3dd6d066d076352bf76c9.zip
Welkom Glib 2.36.0. Now with 100% less gio-fam-backend. Replaced with
kqueue backend written part of a NetBSD Google code of summer. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17242 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glib20/files/patch-gio_tests_include.c')
-rw-r--r--devel/glib20/files/patch-gio_tests_include.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/glib20/files/patch-gio_tests_include.c b/devel/glib20/files/patch-gio_tests_include.c
new file mode 100644
index 000000000..165c97b38
--- /dev/null
+++ b/devel/glib20/files/patch-gio_tests_include.c
@@ -0,0 +1,10 @@
+--- glib/tests/include.c.orig 2012-03-06 12:11:39.000000000 +0100
++++ glib/tests/include.c 2012-03-06 12:13:17.000000000 +0100
+@@ -3,6 +3,7 @@
+ #define _POSIX_C_SOURCE 0
+ #undef _GNU_SOURCE
+ #undef _XOPEN_SOURCE
++#include <sys/types.h>
+ #include <pthread.h>
+ #include <glib.h>
+