This commit is contained in:
extrowerk
2022-03-26 10:06:23 +01:00
committed by GitHub
parent f61837f6dc
commit 0cbecd28b7

View File

@@ -7,7 +7,7 @@ COPYRIGHT="2000-2022 Matthew T. Ashland"
LICENSE="Monkey's Audio SDK and Source Code License Agreement"
REVISION="1"
SOURCE_URI="https://www.monkeysaudio.com/files/MAC_SDK_${portVersion/./}.zip"
CHECKSUM_SHA256="5de68b52892dfed8a84f01fa3b0781a00b84e3d9a57bcbda5cd8e50f384d2a60"
CHECKSUM_SHA256="0fa9d0b04c8215621e0e12a40babda9e556d3f48e43af91891e4ed7f2f38b7d3"
SOURCE_DIR=""
ARCHITECTURES="all !x86_gcc2"
@@ -49,6 +49,10 @@ BUILD_PREREQUIRES="
cmd:make
"
defineDebugInfoPackage mac$secondaryArchSuffix \
$libDir/libMAC.so.$libVersion \
$commandBinDir/mac
BUILD()
{
export CXXFLAGS="$CXXFLAGS -fpermissive"