summaryrefslogtreecommitdiff
path: root/libre/kdenetwork-kopete/kopete-gcc6.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-12 01:23:07 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-12 01:23:07 -0300
commitecb6290b350a8f99a6613e9c0aae625ce9ca24a5 (patch)
treed30be7f4ac5c1413144beb07c3475a45a787b655 /libre/kdenetwork-kopete/kopete-gcc6.patch
parent0f5bdbf5a80bbb3a0298faf34f51b932c7709fd6 (diff)
kdenetwork-kopete-16.04.1-1.parabola1{,.nonprism1}: updating version
Diffstat (limited to 'libre/kdenetwork-kopete/kopete-gcc6.patch')
-rw-r--r--libre/kdenetwork-kopete/kopete-gcc6.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/kdenetwork-kopete/kopete-gcc6.patch b/libre/kdenetwork-kopete/kopete-gcc6.patch
new file mode 100644
index 000000000..3c816340f
--- /dev/null
+++ b/libre/kdenetwork-kopete/kopete-gcc6.patch
@@ -0,0 +1,12 @@
+diff -up kopete-15.12.2/plugins/history2/history2logger.h.than kopete-15.12.2/plugins/history2/history2logger.h
+--- kopete-15.12.2/plugins/history2/history2logger.h.than 2016-02-16 23:43:48.245204675 +0100
++++ kopete-15.12.2/plugins/history2/history2logger.h 2016-02-16 23:46:49.042349833 +0100
+@@ -94,7 +94,7 @@ public:
+ * from Kopete::Contact @param c in the given @param sens
+ */
+ QList<Kopete::Message> readMessages(int lines,
+- int offset=0, const Kopete::MetaContact *c=false, bool reverseOrder=true);
++ int offset=0, const Kopete::MetaContact *c=0, bool reverseOrder=true);
+
+ /**
+ * Same as the following, but for one date. I did'nt reuse the above function