aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gtk-webcore/files
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-03-16 22:31:44 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-16 22:31:44 +0000
commit0140657a82b93a54727001ccf8d953e6a15adcb0 (patch)
tree90ed3a17adcb221b6d9a4bffecffb81892e2eb9b /packages/gtk-webcore/files
parent862d15545c0c5e554f37545093469fa603316dc6 (diff)
downloadopenembedded-0140657a82b93a54727001ccf8d953e6a15adcb0.tar.gz
osb-nrcore_20060212: add build fix for gcc 4.1
Diffstat (limited to 'packages/gtk-webcore/files')
-rw-r--r--packages/gtk-webcore/files/KWQKURL-urlcmp.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/gtk-webcore/files/KWQKURL-urlcmp.patch b/packages/gtk-webcore/files/KWQKURL-urlcmp.patch
new file mode 100644
index 0000000000..89aec6147d
--- /dev/null
+++ b/packages/gtk-webcore/files/KWQKURL-urlcmp.patch
@@ -0,0 +1,9 @@
+--- NRCore/kwiq/KWQKURL.h.orig 2006-03-16 22:48:18.000000000 +0100
++++ NRCore/kwiq/KWQKURL.h 2006-03-16 22:48:20.000000000 +0100
+@@ -130,4 +130,6 @@
+ friend bool urlcmp(const QString &URLA, const QString &URLB, bool ignoreTrailingSlash, bool ignoreRef);
+ };
+
++bool urlcmp(const QString &URLA, const QString &URLB, bool ignoreTrailingSlash, bool ignoreRef);
++
+ #endif