zuc: corrected iostream include to fix compilation
authorMichal Hrusecky <Michal@Hrusecky.net>
Sat, 30 May 2009 13:14:54 +0000 (14:14 +0100)
committerPaul Eggleton <bluelightning@bluelightning.org>
Sat, 30 May 2009 13:14:54 +0000 (14:14 +0100)
Signed-off-by: Michal Hrusecky <Michal@Hrusecky.net>
recipes/zuc/zuc/fixed-include.patch [new file with mode: 0644]
recipes/zuc/zuc_1.1.2ern.bb

diff --git a/recipes/zuc/zuc/fixed-include.patch b/recipes/zuc/zuc/fixed-include.patch
new file mode 100644 (file)
index 0000000..fc4b809
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/conv_matrix.cpp  2003-01-27 21:18:45.000000000 +0100
++++ b/conv_matrix.cpp  2009-05-30 00:57:23.311764092 +0200
+@@ -27,7 +27,7 @@
+ #include <qmap.h>
+ #include <qcombobox.h>
+ #include <qpopupmenu.h>
+-#include <iostream.h>
++#include <iostream>
+ #include <stdlib.h>
index 32c8f98..67a1aca 100644 (file)
@@ -5,10 +5,12 @@ LICENSE = "GPL"
 APPTYPE = "binary"
 APPNAME = "zuc"
 APPDESKTOP = "${S}"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "http://www.linux-solutions.at/projects/zaurus/source/zuc_V${PV}.tar.gz \
-           http://nick.kreucher.net/zuc/zuc_units"
+           http://nick.kreucher.net/zuc/zuc_units \
+           file://fixed-include.patch;patch=1"
+
 S = "${WORKDIR}/zuc_V${PV}"
 
 inherit opie