soxr, build fix (#8462)

This commit is contained in:
Schrijvers Luc
2023-04-20 12:36:20 +02:00
committed by GitHub
parent d9035d0383
commit b5db49d38e

View File

@@ -5,7 +5,7 @@ high-quality."
HOMEPAGE="https://sourceforge.net/p/soxr/wiki/Home/"
COPYRIGHT="2007-2013 Rob Sykes"
LICENSE="GNU LGPL v2.1"
REVISION="1"
REVISION="2"
SOURCE_URI="http://downloads.sourceforge.net/project/soxr/soxr-$portVersion-Source.tar.xz"
CHECKSUM_SHA256="b111c15fdc8c029989330ff559184198c161100a59312f5dc19ddeb9b5a15889"
SOURCE_DIR="soxr-$portVersion-Source"
@@ -52,7 +52,7 @@ BUILD()
if [ $effectiveTargetArchitecture = x86_gcc2 ]; then
visibilityArgs="-DVISIBILITY_HIDDEN=OFF"
fi
cmake . \
cmake . -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=$prefix \
-DBUILD_TESTS=OFF \
-DBIN_INSTALL_DIR=$binDir \