summaryrefslogtreecommitdiffstats
path: root/devel/liboobs/files/patch-src_oobs-group.c
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-12-25 23:18:41 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-12-25 23:18:41 +0800
commit9c888d24ae58e6f6ec48190eac2e6ce27845ce8d (patch)
treeed03927189fdcd376fa7e31a87edd42972039482 /devel/liboobs/files/patch-src_oobs-group.c
parentdbf9ed5b7f7ccdf48fcb3db6aa6751edc9aa66b0 (diff)
downloadmarcuscom-ports-9c888d24ae58e6f6ec48190eac2e6ce27845ce8d.tar
marcuscom-ports-9c888d24ae58e6f6ec48190eac2e6ce27845ce8d.tar.gz
marcuscom-ports-9c888d24ae58e6f6ec48190eac2e6ce27845ce8d.tar.bz2
marcuscom-ports-9c888d24ae58e6f6ec48190eac2e6ce27845ce8d.tar.lz
marcuscom-ports-9c888d24ae58e6f6ec48190eac2e6ce27845ce8d.tar.xz
marcuscom-ports-9c888d24ae58e6f6ec48190eac2e6ce27845ce8d.tar.zst
marcuscom-ports-9c888d24ae58e6f6ec48190eac2e6ce27845ce8d.zip
Update to 2.29.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13299 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/liboobs/files/patch-src_oobs-group.c')
-rw-r--r--devel/liboobs/files/patch-src_oobs-group.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/liboobs/files/patch-src_oobs-group.c b/devel/liboobs/files/patch-src_oobs-group.c
new file mode 100644
index 000000000..6abd8b711
--- /dev/null
+++ b/devel/liboobs/files/patch-src_oobs-group.c
@@ -0,0 +1,25 @@
+--- oobs/oobs-group.c.orig Fri Sep 15 18:41:04 2006
++++ oobs/oobs-group.c Tue Oct 31 23:12:40 2006
+@@ -18,7 +18,12 @@
+ * Authors: Carlos Garnacho Parro <carlosg@gnome.org>
+ */
+
++#if defined(HAVE_CONFIG_H)
++#include <config.h>
++#endif
++
+ #include <glib-object.h>
++#include <unistd.h>
+ #include "oobs-session.h"
+ #include "oobs-group.h"
+ #include "oobs-user.h"
+@@ -27,7 +32,9 @@
+ #include "oobs-groupsconfig-private.h"
+ #include "oobs-defines.h"
+ #include "utils.h"
++#ifdef HAVE_CRYPT_H
+ #include <crypt.h>
++#endif
+
+ #define OOBS_GROUP_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), OOBS_TYPE_GROUP, OobsGroupPrivate))
+