summaryrefslogtreecommitdiffstats
path: root/libraries/libjingle/libjingle-0.3.12-gcc47.patch
diff options
context:
space:
mode:
author Matteo Bernardini2012-09-12 11:32:10 +0200
committer Matteo Bernardini2012-09-12 11:32:45 +0200
commitcc10e940240aab356c68c2c8ee82599f84b8d1b6 (patch)
tree2ed45cbadaeb293cc4b03f807904082b1388e446 /libraries/libjingle/libjingle-0.3.12-gcc47.patch
parent74c343d243da4fd6b9b974be91c09c6b38c4a576 (diff)
downloadslackbuilds-cc10e940240aab356c68c2c8ee82599f84b8d1b6.tar.gz
libraries/libjingle: Added a patch and a -fpermissive for gcc-4.7.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/libjingle/libjingle-0.3.12-gcc47.patch')
-rw-r--r--libraries/libjingle/libjingle-0.3.12-gcc47.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/libjingle/libjingle-0.3.12-gcc47.patch b/libraries/libjingle/libjingle-0.3.12-gcc47.patch
new file mode 100644
index 0000000000..a08f77a258
--- /dev/null
+++ b/libraries/libjingle/libjingle-0.3.12-gcc47.patch
@@ -0,0 +1,11 @@
+diff -Naur libjingle-0.3.12.orig/talk/base/sigslot.h libjingle-0.3.12/talk/base/sigslot.h
+--- libjingle-0.3.12.orig/talk/base/sigslot.h 2008-09-16 15:55:22.000000000 +0200
++++ libjingle-0.3.12/talk/base/sigslot.h 2012-09-12 11:26:35.849989149 +0200
+@@ -80,6 +80,7 @@
+
+ #include <set>
+ #include <list>
++#include <unistd.h>
+
+ // On our copy of sigslot.h, we force single threading
+ #define SIGSLOT_PURE_ISO