mame: Switch to using bundled asio (#12915)

This commit is contained in:
Alex Brown
2025-09-07 09:25:12 +01:00
committed by GitHub
parent 52dbefece8
commit 40dbe9f8be

View File

@@ -13,7 +13,7 @@ calculators, in addition to the arcade video games that were its initial focus."
HOMEPAGE="https://www.mamedev.org/"
COPYRIGHT="1997-2024 MAMEDev and contributors"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/mamedev/mame/archive/mame${portVersion/./}.tar.gz"
CHECKSUM_SHA256="ffebdf23f2e3b3628e86e1bf9a217343c7c0462b94e3a201f20e3ebc848bd578"
SOURCE_FILENAME="mame-$portVersion.tar.gz"
@@ -75,7 +75,6 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:glm
devel:libasio$secondaryArchSuffix
devel:libexpat$secondaryArchSuffix
devel:libflac$secondaryArchSuffix
devel:libfontconfig$secondaryArchSuffix
@@ -142,7 +141,7 @@ BUILD()
OPTIMIZE=$optimize \
QT_HOME=/boot/system/lib/Qt6/ \
USE_QTDEBUG=1 \
USE_SYSTEM_LIB_ASIO=1 \
USE_SYSTEM_LIB_ASIO=0 \
USE_SYSTEM_LIB_EXPAT=1 \
USE_SYSTEM_LIB_ZLIB=1 \
USE_SYSTEM_LIB_JPEG=1 \