mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
mame: Switch to using bundled asio (#12915)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user