summaryrefslogtreecommitdiffstats
path: root/ardour
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-07-07 17:53:36 +0000
committer Eric Hameleers <alien@slackware.com>2021-07-07 17:53:36 +0000
commit00321af02d66d56124310468f314e935029a208d (patch)
treeff19a813ecf6288ae33e77dd582c2b2eaf4f3489 /ardour
parent7e505071a057fabca085027d60ac497d7eccacc8 (diff)
downloadasb-00321af02d66d56124310468f314e935029a208d.tar.gz
asb-00321af02d66d56124310468f314e935029a208d.tar.xz
ardour: updated to 6.8.0
Diffstat (limited to 'ardour')
-rwxr-xr-xardour/build/ardour.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/ardour/build/ardour.SlackBuild b/ardour/build/ardour.SlackBuild
index be1af7ea..8181595b 100755
--- a/ardour/build/ardour.SlackBuild
+++ b/ardour/build/ardour.SlackBuild
@@ -52,6 +52,8 @@
# * Update.
# 6.7-1: 27/jun/2021 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 6.8-1: 07/jul/2021 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh ardour.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -61,7 +63,7 @@
PRGNAM=ardour
SRCNAM=${PRGNAM^}
-VERSION=${VERSION:-6.7.0}
+VERSION=${VERSION:-6.8.0}
GITTAG=$(echo $VERSION |cut -d. -f1,2)
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
@@ -226,6 +228,7 @@ chmod -R u+w,go+r-w,a+rX-st .
echo Building ...
export LDFLAGS="$SLKLDFLAGS"
+export LINKFLAGS="$SLKLDFLAGS"
export CXXFLAGS="$SLKCFLAGS"
export CFLAGS="$SLKCFLAGS"
python2 waf configure \