aboutsummaryrefslogtreecommitdiff
path: root/audio/yabridge/yabridge.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/yabridge/yabridge.SlackBuild')
-rw-r--r--audio/yabridge/yabridge.SlackBuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/yabridge/yabridge.SlackBuild b/audio/yabridge/yabridge.SlackBuild
index 635ba0f1803b..9904cc3c8709 100644
--- a/audio/yabridge/yabridge.SlackBuild
+++ b/audio/yabridge/yabridge.SlackBuild
@@ -31,7 +31,7 @@ TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
ARG_CLAP=${ARG_CLAP:-NO}
ARG_VST3=${ARG_VST3:-YES}
-ARG_WINEDGB=${ARG_WINEDGB:-NO}
+ARG_WINEDBG=${ARG_WINEDBG:-NO}
#false/true
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -53,10 +53,10 @@ else
ARG_VST3="false"
fi
-if [[ "$ARG_WINEDGB" = "YES" || "$ARG_WINEDGB" = "true" ]]; then
- ARG_WINEDGB="true"
+if [[ "$ARG_WINEDBG" = "YES" || "$ARG_WINEDBG" = "true" ]]; then
+ ARG_WINEDBG="true"
else
- ARG_WINEDGB="false"
+ ARG_WINEDBG="false"
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
@@ -138,7 +138,7 @@ if [ "$ARCH" = "i586" ] || [ "$ARCH" = "i686" ]; then
-Dbitbridge=true \
-Dclap=$ARG_CLAP \
-Dvst3=$ARG_VST3 \
- -Dwinedgb=$ARG_WINEDGB \
+ -Dwinedbg=$ARG_WINEDBG \
-Dsystem-asio=true \
-Dbuild.cpp_args='-m32' \
-Dbuild.cpp_link_args='-m32'
@@ -153,7 +153,7 @@ elif [ "$ARCH" = "x86_64" ]; then
-Dbitbridge=true \
-Dclap=$ARG_CLAP \
-Dvst3=$ARG_VST3 \
- -Dwinedgb=$ARG_WINEDGB \
+ -Dwinedbg=$ARG_WINEDBG \
-Dsystem-asio=true
else
echo "Unsupported architecture"