summaryrefslogtreecommitdiffstats
path: root/meta/packages/opensync/syncml-client-0.1
diff options
context:
space:
mode:
authorTomas Frydrych <tf@openedhand.com>2007-01-09 13:13:38 +0000
committerTomas Frydrych <tf@openedhand.com>2007-01-09 13:13:38 +0000
commitf6cbd20e7bae744b011e4d0dfadb8ebcd014aeec (patch)
treee37ec8142a076900025a3ff1ccd4767060782bcd /meta/packages/opensync/syncml-client-0.1
parente42e2543f7343a1040ddc28ec6ee4a9c34ee903b (diff)
downloadpoky-f6cbd20e7bae744b011e4d0dfadb8ebcd014aeec.tar.gz
fix building of syncml-client and and the syncml-client-plugin
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1136 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/opensync/syncml-client-0.1')
-rw-r--r--meta/packages/opensync/syncml-client-0.1/syncml-client-pc-in-cross.patch10
-rw-r--r--meta/packages/opensync/syncml-client-0.1/syncml-client-plugin-h.patch11
2 files changed, 21 insertions, 0 deletions
diff --git a/meta/packages/opensync/syncml-client-0.1/syncml-client-pc-in-cross.patch b/meta/packages/opensync/syncml-client-0.1/syncml-client-pc-in-cross.patch
new file mode 100644
index 0000000000..364f7643c5
--- /dev/null
+++ b/meta/packages/opensync/syncml-client-0.1/syncml-client-pc-in-cross.patch
@@ -0,0 +1,10 @@
1--- tmp/syncml-client.pc.in.orig 2007-01-09 09:43:18.000000000 +0000
2+++ tmp/syncml-client.pc.in 2007-01-09 09:43:18.000000000 +0000
3@@ -8,6 +8,6 @@
4 Version: @VERSION@
5 Requires: libcurl, gconf-2.0
6 Libs: @SYNCML_LIBS@ -lsyncmlclient
7-Cflags: @SYNCML_CFLAGS@ -I@includedir@/syncml-client
8+Cflags: @SYNCML_CFLAGS@ -I${includedir}/syncml-client
9 ~
10
diff --git a/meta/packages/opensync/syncml-client-0.1/syncml-client-plugin-h.patch b/meta/packages/opensync/syncml-client-0.1/syncml-client-plugin-h.patch
new file mode 100644
index 0000000000..c936445a95
--- /dev/null
+++ b/meta/packages/opensync/syncml-client-0.1/syncml-client-plugin-h.patch
@@ -0,0 +1,11 @@
1--- tmp/src/syncml-client.h.orig 2007-01-09 12:15:41.000000000 +0000
2+++ tmp/src/syncml-client-plugin.h 2007-01-09 12:15:41.000000000 +0000
3@@ -20,7 +20,7 @@
4 #define SYNCML_CLIENT_PLUGIN
5
6 #include <opensync/opensync.h>
7-#include <syncml-client.h>
8+#include <syncml-client/syncml-client.h>
9 #include "SmcSyncSource.h"
10 #include "SmcConfig.h"
11