summaryrefslogtreecommitdiffstats
path: root/devel/glib20/files/patch-gio_tests_include.c
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-05-15 23:16:56 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-05-15 23:16:56 +0800
commitd00b8c444cbef0ede481ba4cca49710f9e274740 (patch)
treeb5d425963f4ffc1c863af2e06246dac36bf224a2 /devel/glib20/files/patch-gio_tests_include.c
parent7b29806282628b54cb54464e454ca3fb47950cd0 (diff)
downloadmarcuscom-ports-d00b8c444cbef0ede481ba4cca49710f9e274740.tar.gz
marcuscom-ports-d00b8c444cbef0ede481ba4cca49710f9e274740.tar.zst
marcuscom-ports-d00b8c444cbef0ede481ba4cca49710f9e274740.zip
Update to 2.32.3.
Threading issue fixed by mezz@ and marcus@. While here clean up MASTER_SITES. Only look at the GNOME sites. and for glib-compile-schemas doesn't us --uninstall anymore, don't use it in bsd.gnome.mk Submitted by: mezz (via ports-experimental) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16736 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>
+