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-config.h.in | |
parent | 46a0076fda91811ae449419936ef753bf1e767a7 (diff) | |
download | marcuscom-ports-4ea63f9b79c97f1540f3dd6d066d076352bf76c9.tar marcuscom-ports-4ea63f9b79c97f1540f3dd6d066d076352bf76c9.tar.gz marcuscom-ports-4ea63f9b79c97f1540f3dd6d066d076352bf76c9.tar.bz2 marcuscom-ports-4ea63f9b79c97f1540f3dd6d066d076352bf76c9.tar.lz marcuscom-ports-4ea63f9b79c97f1540f3dd6d066d076352bf76c9.tar.xz 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-config.h.in')
-rw-r--r-- | devel/glib20/files/patch-config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/glib20/files/patch-config.h.in b/devel/glib20/files/patch-config.h.in new file mode 100644 index 000000000..3c2bc5d26 --- /dev/null +++ b/devel/glib20/files/patch-config.h.in @@ -0,0 +1,12 @@ +--- config.h.in.orig 2008-03-18 18:24:24.000000000 -0400 ++++ config.h.in 2008-03-18 18:24:59.000000000 -0400 +@@ -197,6 +197,9 @@ + /* Define to 1 if you have the `getpwuid' function. */ + #undef HAVE_GETPWUID + ++/* Define to 1 if you have the `sysctlbyname' function. */ ++#undef HAVE_SYSCTLBYNAME ++ + /* Define if the GNU gettext() function is already present or preinstalled. */ + #undef HAVE_GETTEXT + |