summaryrefslogtreecommitdiffstats
path: root/audio/speex/speex.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2015-05-14 14:03:30 +0200
committer Willy Sudiarto Raharjo2015-05-17 18:45:59 +0200
commitcc20a4724230dbd2af69b4acbe1e19b64cfe70df (patch)
tree3f2e6aa35794f35c76295bff629115964be8c581 /audio/speex/speex.SlackBuild
parentd35cee3c7c731157c30181e3ac80b84a2aaa64bd (diff)
downloadslackbuilds-cc20a4724230dbd2af69b4acbe1e19b64cfe70df.tar.gz
audio/speex: Patch to reinstate a missing header.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/speex/speex.SlackBuild')
-rw-r--r--audio/speex/speex.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/speex/speex.SlackBuild b/audio/speex/speex.SlackBuild
index a7a08ba818..2b467f6384 100644
--- a/audio/speex/speex.SlackBuild
+++ b/audio/speex/speex.SlackBuild
@@ -31,7 +31,7 @@
PRGNAM=speex
VERSION=${VERSION:-1.2rc2}
DSPVERSION=${DSPVERSION:-1.2rc3}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-4}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -76,6 +76,10 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# Thanks to the folks at alpine linux for this
+patch -p1 < $CWD/speexdsp-fixbuilds-774c87d.patch
+autoreconf -fi
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \