diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-11 00:52:31 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-11 00:52:31 +0800 |
commit | cc5a698ebf79cb6711bd5adbf7207439de20db33 (patch) | |
tree | 055eebd16247fe8786dbc01d27897a9fc366a805 /devel/liboobs/files/patch-src_oobs-user.c | |
parent | 9ecfd40e0c7c25091542e10c927e71c9d83786af (diff) | |
download | marcuscom-ports-cc5a698ebf79cb6711bd5adbf7207439de20db33.tar marcuscom-ports-cc5a698ebf79cb6711bd5adbf7207439de20db33.tar.gz marcuscom-ports-cc5a698ebf79cb6711bd5adbf7207439de20db33.tar.bz2 marcuscom-ports-cc5a698ebf79cb6711bd5adbf7207439de20db33.tar.lz marcuscom-ports-cc5a698ebf79cb6711bd5adbf7207439de20db33.tar.xz marcuscom-ports-cc5a698ebf79cb6711bd5adbf7207439de20db33.tar.zst marcuscom-ports-cc5a698ebf79cb6711bd5adbf7207439de20db33.zip |
Update to 2.19.0
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9189 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/liboobs/files/patch-src_oobs-user.c')
-rw-r--r-- | devel/liboobs/files/patch-src_oobs-user.c | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/liboobs/files/patch-src_oobs-user.c b/devel/liboobs/files/patch-src_oobs-user.c new file mode 100644 index 000000000..d7037a28a --- /dev/null +++ b/devel/liboobs/files/patch-src_oobs-user.c @@ -0,0 +1,23 @@ +--- src/oobs-user.c.orig Fri Sep 15 19:16:41 2006 ++++ src/oobs-user.c Tue Oct 31 23:12:29 2006 +@@ -18,6 +18,10 @@ + * Authors: Carlos Garnacho Parro <carlosg@gnome.org> + */ + ++#if defined(HAVE_CONFIG_H) ++#include <config.h> ++#endif ++ + #include <glib-object.h> + #include <sys/types.h> + #include <unistd.h> +@@ -30,7 +34,9 @@ + #include "oobs-group.h" + #include "oobs-defines.h" + #include "utils.h" ++#ifdef HAVE_CRYPT_H + #include <crypt.h> ++#endif + + #define OOBS_USER_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), OOBS_TYPE_USER, OobsUserPrivate)) + |