mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
abaddon, fix for 64bit, make sure to use the correct libfmt (#12473)
spdlog latest is build against libfmt >= 11
This commit is contained in:
@@ -84,7 +84,7 @@ BUILD_REQUIRES="
|
||||
devel:libcrypto$secondaryArchSuffix >= 3
|
||||
devel:libcairomm_1.0$secondaryArchSuffix
|
||||
devel:libcurl$secondaryArchSuffix
|
||||
devel:libfmt$secondaryArchSuffix
|
||||
devel:libfmt$secondaryArchSuffix >= 11
|
||||
devel:libfontconfig$secondaryArchSuffix
|
||||
devel:libfreetype$secondaryArchSuffix
|
||||
devel:libgdk_3$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user