summaryrefslogtreecommitdiffstats
path: root/audio/xmms2/xmms2.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2013-09-24 12:56:54 +0200
committer Robby Workman2013-11-06 07:54:18 +0100
commita13ce4250780a64f65f54a7b6947c1083b8d9c3c (patch)
tree47e8b8422da679697accb8093925f6149e861ac1 /audio/xmms2/xmms2.SlackBuild
parent6033d3d21f976a247de46c009a90b2938766be6c (diff)
downloadslackbuilds-a13ce4250780a64f65f54a7b6947c1083b8d9c3c.tar.gz
audio/xmms2: Added a fix needed when built over Cython.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/xmms2/xmms2.SlackBuild')
-rw-r--r--audio/xmms2/xmms2.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/xmms2/xmms2.SlackBuild b/audio/xmms2/xmms2.SlackBuild
index 2dbe56fadf..05e98fba2d 100644
--- a/audio/xmms2/xmms2.SlackBuild
+++ b/audio/xmms2/xmms2.SlackBuild
@@ -8,7 +8,7 @@
PRGNAM=xmms2
VERSION="0.8DrO_o"
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -55,6 +55,9 @@ chmod -R u+w,go+r-w,a-s .
# This fixes building over the newer ffmpeg
sed -i "s|^\ \ \ \ flags\.enable_c_error.*||" wscript
+# unbreak xmms2 building on cython-0.19.1
+patch -p1 < $CWD/xmms2-0.8-cython-0.19.1.patch
+
export CCFLAGS="$SLKCFLAGS"
export CXXFLAGS="$SLKCFLAGS"