summaryrefslogtreecommitdiff
path: root/recipes/justreader
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-08-09 16:17:24 +0200
committerKoen Kooi <koen@openembedded.org>2009-08-09 16:17:24 +0200
commit96efe18731e6dddf5fedbe90478fcf9565155081 (patch)
treecde9e1a254386a1f770a60ee24fc9ba2fb0633af /recipes/justreader
parent2215a06d3408f57cf4edd5a072132333111c3830 (diff)
parent7e5dace40c5966a27c62e7b893bf29aded35e3c1 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/justreader')
-rw-r--r--recipes/justreader/files/missing-include.patch10
-rw-r--r--recipes/justreader/justreader_2.0k.bb3
2 files changed, 12 insertions, 1 deletions
diff --git a/recipes/justreader/files/missing-include.patch b/recipes/justreader/files/missing-include.patch
new file mode 100644
index 0000000000..4831f3847b
--- /dev/null
+++ b/recipes/justreader/files/missing-include.patch
@@ -0,0 +1,10 @@
+--- a/shcm.cpp 2009-05-25 09:07:19.928704817 +0200
++++ b/shcm.cpp 2009-05-25 09:07:38.225747505 +0200
+@@ -19,6 +19,7 @@
+ ****************************************************************************/
+
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <vector>
+
+ #include "shcm.h"
diff --git a/recipes/justreader/justreader_2.0k.bb b/recipes/justreader/justreader_2.0k.bb
index f3f71493fc..e05baf710f 100644
--- a/recipes/justreader/justreader_2.0k.bb
+++ b/recipes/justreader/justreader_2.0k.bb
@@ -6,7 +6,8 @@ HOMEPAGE = "http://justreader.sourceforge.net/"
PR = "r3"
SRC_URI = "${SOURCEFORGE_MIRROR}/justreader/justreader_${PV}.tgz \
-file://correct-settings-path.patch;patch=1"
+file://correct-settings-path.patch;patch=1 \
+file://missing-include.patch;patch=1"
S = "${WORKDIR}/TextReader2"