diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-29 02:25:49 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-29 02:25:49 +0800 |
commit | 4ea63f9b79c97f1540f3dd6d066d076352bf76c9 (patch) | |
tree | 8d58e58e09cde22418974687c4731d5186d8b2cd /devel/glib20/files/patch-glib_deprecated_gthread.h | |
parent | 46a0076fda91811ae449419936ef753bf1e767a7 (diff) | |
download | marcuscom-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-glib_deprecated_gthread.h')
-rw-r--r-- | devel/glib20/files/patch-glib_deprecated_gthread.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/glib20/files/patch-glib_deprecated_gthread.h b/devel/glib20/files/patch-glib_deprecated_gthread.h new file mode 100644 index 000000000..889976f1f --- /dev/null +++ b/devel/glib20/files/patch-glib_deprecated_gthread.h @@ -0,0 +1,10 @@ +--- ./glib/deprecated/gthread.h.orig 2012-05-27 17:07:04.000000000 +0200 ++++ ./glib/deprecated/gthread.h 2012-05-27 17:07:19.000000000 +0200 +@@ -120,6 +120,7 @@ + gpointer user_data); + + #ifndef G_OS_WIN32 ++#include <sys/types.h> + #include <pthread.h> + #endif + |