mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
portsmf: fix 32-bit build (#7571)
This commit is contained in:
@@ -4,7 +4,7 @@ C++ library for reading and writing Standard MIDI Files."
|
||||
HOMEPAGE="https://codeberg.org/tenacityteam/portsmf"
|
||||
COPYRIGHT="2022 Tenacity Team"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://codeberg.org/tenacityteam/portsmf/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="fe7aee61453e398aa360608fe34bc26a6af612bce987cdacbc0fc40b18e01d58"
|
||||
SOURCE_DIR="portsmf"
|
||||
@@ -28,7 +28,7 @@ PROVIDES_devel="
|
||||
devel:libportsmf$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
portsmf == $portVersion base
|
||||
portsmf$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user