diff options
Diffstat (limited to 'meta/packages/eds/eds-dbus/oh-contact.patch')
-rw-r--r-- | meta/packages/eds/eds-dbus/oh-contact.patch | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/meta/packages/eds/eds-dbus/oh-contact.patch b/meta/packages/eds/eds-dbus/oh-contact.patch index e5c0f51840..fdd7e4bdfb 100644 --- a/meta/packages/eds/eds-dbus/oh-contact.patch +++ b/meta/packages/eds/eds-dbus/oh-contact.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | Index: addressbook/libedata-book/ximian-vcard.h | 1 | Index: addressbook/libedata-book/ximian-vcard.h |
2 | =================================================================== | 2 | =================================================================== |
3 | --- addressbook/libedata-book/ximian-vcard.h (revision 578) | 3 | --- addressbook/libedata-book/ximian-vcard.h.orig 2010-02-05 14:57:14.000000000 +0000 |
4 | +++ addressbook/libedata-book/ximian-vcard.h (working copy) | 4 | +++ addressbook/libedata-book/ximian-vcard.h 2010-02-05 14:58:14.000000000 +0000 |
5 | @@ -1,80 +1,40 @@ | 5 | @@ -1,80 +1,40 @@ |
6 | #define XIMIAN_VCARD \ | 6 | #define XIMIAN_VCARD \ |
7 | "BEGIN:VCARD\n" \ | 7 | "BEGIN:VCARD\n" \ |
@@ -122,10 +122,12 @@ Index: addressbook/libedata-book/ximian-vcard.h | |||
122 | "END:VCARD" | 122 | "END:VCARD" |
123 | Index: addressbook/backends/file/Makefile.am | 123 | Index: addressbook/backends/file/Makefile.am |
124 | =================================================================== | 124 | =================================================================== |
125 | --- addressbook/backends/file/Makefile.am (revision 578) | 125 | --- addressbook/backends/file/Makefile.am.orig 2010-02-05 14:57:14.000000000 +0000 |
126 | +++ addressbook/backends/file/Makefile.am (working copy) | 126 | +++ addressbook/backends/file/Makefile.am 2010-02-05 14:59:10.000000000 +0000 |
127 | @@ -1,4 +1,5 @@ | 127 | @@ -2,6 +2,7 @@ |
128 | INCLUDES = \ | 128 | |
129 | libebookbackendfile_la_CPPFLAGS = \ | ||
130 | $(AM_CPPFLAGS) \ | ||
129 | + -DCREATE_DEFAULT_VCARD \ | 131 | + -DCREATE_DEFAULT_VCARD \ |
130 | -DG_LOG_DOMAIN=\"libebookbackend\" \ | 132 | -DG_LOG_DOMAIN=\"libebookbackend\" \ |
131 | -I$(top_srcdir) \ | 133 | -I$(top_srcdir) \ |