konqueror-embedded 20030705: apply patch to make it compile w/ gcc4.x
authorMichael Lauer <mickey@vanille-media.de>
Mon, 20 Mar 2006 18:04:42 +0000 (18:04 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 20 Mar 2006 18:04:42 +0000 (18:04 +0000)
packages/konqueror/konqueror-embedded-20030705/gcc4.patch [new file with mode: 0644]
packages/konqueror/konqueror-embedded_20030705.bb

diff --git a/packages/konqueror/konqueror-embedded-20030705/gcc4.patch b/packages/konqueror/konqueror-embedded-20030705/gcc4.patch
new file mode 100644 (file)
index 0000000..54e3fe6
--- /dev/null
@@ -0,0 +1,15 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- konqueror-embedded-snapshot-20030705/konq-embed/src/bookmarks.h~gcc4       2002-12-05 16:39:43.000000000 +0100
++++ konqueror-embedded-snapshot-20030705/konq-embed/src/bookmarks.h    2006-03-20 18:58:49.000000000 +0100
+@@ -16,6 +16,7 @@
+ class XMLElement;
+ class ActionMenu;
+ class KAction;
++class BookmarkFolder;
+ class BookmarkAction: public QAction
+ {
index d3b5dd4..7bfd885 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "opie/applications"
 PRIORITY = "optional"
 DEPENDS = "libqpe-opie openssl pcre"
 LICENSE = "LGPL/GPL"
-PR = "r3"
+PR = "r4"
 
 # Note if this .bb files fails with the error:
 # "No rule to make target `-lpcre', needed by `konqueror'.  Stop."
@@ -13,13 +13,14 @@ PR = "r3"
 SRC_URI = "http://devel-home.kde.org/~hausmann/snapshots/Attic/konqueror-embedded-snapshot-${PV}.tar.gz \
            file://opie1.patch;patch=1 \
            file://packing.patch;patch=1 \
-          file://include_qconfig.patch;patch=1 \
-          file://useragent.patch;patch=1 \
-          file://kcookiejar-merge.patch;patch=1 \
-          file://malformed.patch;patch=1 \
-          file://cachepath.patch;patch=1 \
-          file://konq-embedrc \
-          file://vit.patch;patch=1"
+           file://include_qconfig.patch;patch=1 \
+           file://useragent.patch;patch=1 \
+           file://kcookiejar-merge.patch;patch=1 \
+           file://malformed.patch;patch=1 \
+           file://cachepath.patch;patch=1 \
+           file://vit.patch;patch=1 \
+           file://gcc4.patch;patch=1 \
+           file://konq-embedrc"
 S = "${WORKDIR}/konqueror-embedded-snapshot-${PV}"
 
 inherit autotools