summaryrefslogtreecommitdiffstats
path: root/multimedia/gnash
diff options
context:
space:
mode:
author Kyle Guinn <elyk03@gmail.com>2012-09-25 23:51:26 -0500
committer Robby Workman <rworkman@slackbuilds.org>2012-09-26 21:56:27 -0500
commitc3cfc78762631f5ae565dff80cc9c1031d1ec7b8 (patch)
treef3d484bd3ee713308181d50c70378abdbe34cffa /multimedia/gnash
parent22d19b2fdbee44006878eb6c9855fc0e76b27ad1 (diff)
downloadslackbuilds-c3cfc78762631f5ae565dff80cc9c1031d1ec7b8.tar.gz
slackbuilds-c3cfc78762631f5ae565dff80cc9c1031d1ec7b8.tar.xz
multimedia/gnash: Patched for gcc 4.7
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'multimedia/gnash')
-rw-r--r--multimedia/gnash/gnash.SlackBuild5
-rw-r--r--multimedia/gnash/patch/gcc47.patch11
2 files changed, 15 insertions, 1 deletions
diff --git a/multimedia/gnash/gnash.SlackBuild b/multimedia/gnash/gnash.SlackBuild
index 6cd548e10c..11f1a0f0b9 100644
--- a/multimedia/gnash/gnash.SlackBuild
+++ b/multimedia/gnash/gnash.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=gnash
VERSION=${VERSION:-0.8.10}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -67,6 +67,9 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-st .
+# Fix compilation with GCC 4.7.
+patch -p1 < $CWD/patch/gcc47.patch
+
# Fix paths for kde plugin and a cve patch.
# Ripped from gentoo
patch -p1 < $CWD/patch/gnash-0.8.10-klash.patch
diff --git a/multimedia/gnash/patch/gcc47.patch b/multimedia/gnash/patch/gcc47.patch
new file mode 100644
index 0000000000..7886b097c9
--- /dev/null
+++ b/multimedia/gnash/patch/gcc47.patch
@@ -0,0 +1,11 @@
+diff --git a/plugin/klash4/klash_part.cpp b/plugin/klash4/klash_part.cpp
+--- a/plugin/klash4/klash_part.cpp
++++ b/plugin/klash4/klash_part.cpp
+@@ -27,6 +27,7 @@
+ #include <QByteArray>
+ #include <QMenu>
+ #include <QTimer>
++#include <unistd.h>
+
+ #include <klibloader.h>
+ #include <kdebug.h>