aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/xmms2/README2
-rw-r--r--audio/xmms2/xmms2.SlackBuild3
2 files changed, 5 insertions, 0 deletions
diff --git a/audio/xmms2/README b/audio/xmms2/README
index ae35ce57a173e..a5006f5fd54d1 100644
--- a/audio/xmms2/README
+++ b/audio/xmms2/README
@@ -4,3 +4,5 @@ flexible design. The goal is to make the system easy for developers to
maintain and integrate with. In terms of the listening experience, XMMS2
makes it possible for anyone to easily manage their music collection and to
interact with it in a flexible manner.
+
+ffmpeg is an optional dependency.
diff --git a/audio/xmms2/xmms2.SlackBuild b/audio/xmms2/xmms2.SlackBuild
index f68d7261ab99d..2dbe56fadf543 100644
--- a/audio/xmms2/xmms2.SlackBuild
+++ b/audio/xmms2/xmms2.SlackBuild
@@ -52,6 +52,9 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
+# This fixes building over the newer ffmpeg
+sed -i "s|^\ \ \ \ flags\.enable_c_error.*||" wscript
+
export CCFLAGS="$SLKCFLAGS"
export CXXFLAGS="$SLKCFLAGS"