tximage 0.2 add patch for g++4
authorMichael Lauer <mickey@vanille-media.de>
Mon, 3 Jul 2006 17:42:33 +0000 (17:42 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 3 Jul 2006 17:42:33 +0000 (17:42 +0000)
packages/tximage/tximage-0.2/gcc4.patch [new file with mode: 0644]
packages/tximage/tximage_0.2.bb

diff --git a/packages/tximage/tximage-0.2/gcc4.patch b/packages/tximage/tximage-0.2/gcc4.patch
new file mode 100644 (file)
index 0000000..d327754
--- /dev/null
@@ -0,0 +1,15 @@
+
+#
+# Signed off by Michael 'Mickey' Lauer <mickey@Vanille.de>
+#
+
+--- tximage-0.2/imageviewer.h~gcc4
++++ tximage-0.2/imageviewer.h
+@@ -32,6 +32,7 @@
+ #include "imagereader.h"
+ class ImageWidget;
++class ImageViewer;
+ class QString;
+ class QImage;
+ class QScrollView;
index 892ada0..37d0ea6 100644 (file)
@@ -4,10 +4,11 @@ PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 LICENSE = "GPL"
 HOMEPAGE = "http://community.zaurus.com/projects/tximage/"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://www.openzaurus.org/mirror/tximage-${PV}.tar.gz \
-           file://gcc3.patch;patch=1"
+           file://gcc3.patch;patch=1 \
+           file://gcc4.patch;patch=1"
 
 inherit palmtop