aboutsummaryrefslogtreecommitdiff
path: root/audio/deadbeef/deadbeef.SlackBuild
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2021-06-01 17:48:30 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-06-02 01:03:58 +0700
commitdf1b79032d83d971010b2acacd12b90240eb9a15 (patch)
treea396fdbdc3961a7141395eeec14f4843d1836eba /audio/deadbeef/deadbeef.SlackBuild
parent3f771f9c8d3eb6723e68b78d4801bd5ffc5e5804 (diff)
audio/deadbeef: Updated for version 1.8.7.
Add the dep libdispatch, use clang for building Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/deadbeef/deadbeef.SlackBuild')
-rw-r--r--audio/deadbeef/deadbeef.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/deadbeef/deadbeef.SlackBuild b/audio/deadbeef/deadbeef.SlackBuild
index 29a0a75b69..ebded3a046 100644
--- a/audio/deadbeef/deadbeef.SlackBuild
+++ b/audio/deadbeef/deadbeef.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=deadbeef
-VERSION=${VERSION:-1.8.1}
+VERSION=${VERSION:-1.8.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,6 +70,9 @@ 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 {} \;
+export CC=${CC:-clang}
+export CXX=${CXX:-clang++}
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \