mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
ncmpcpp: force to use a newer boost version
It needs at least 1.60 and the buildbot picked 1.57.
This commit is contained in:
@@ -28,12 +28,12 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libboost_filesystem$secondaryArchSuffix
|
||||
lib:libboost_system$secondaryArchSuffix
|
||||
lib:libboost_locale$secondaryArchSuffix
|
||||
lib:libboost_program_options$secondaryArchSuffix
|
||||
lib:libboost_regex$secondaryArchSuffix
|
||||
lib:libboost_thread$secondaryArchSuffix
|
||||
lib:libboost_filesystem$secondaryArchSuffix >= 1.69.0
|
||||
lib:libboost_system$secondaryArchSuffix >= 1.69.0
|
||||
lib:libboost_locale$secondaryArchSuffix >= 1.69.0
|
||||
lib:libboost_program_options$secondaryArchSuffix >= 1.69.0
|
||||
lib:libboost_regex$secondaryArchSuffix >= 1.69.0
|
||||
lib:libboost_thread$secondaryArchSuffix >= 1.69.0
|
||||
lib:libcrypto$secondaryArchSuffix
|
||||
lib:libcurl$secondaryArchSuffix
|
||||
lib:libfftw3$secondaryArchSuffix
|
||||
@@ -48,12 +48,12 @@ REQUIRES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libboost_filesystem$secondaryArchSuffix
|
||||
devel:libboost_system$secondaryArchSuffix
|
||||
devel:libboost_locale$secondaryArchSuffix
|
||||
devel:libboost_program_options$secondaryArchSuffix
|
||||
devel:libboost_regex$secondaryArchSuffix
|
||||
devel:libboost_thread$secondaryArchSuffix
|
||||
devel:libboost_filesystem$secondaryArchSuffix >= 1.69.0
|
||||
devel:libboost_system$secondaryArchSuffix >= 1.69.0
|
||||
devel:libboost_locale$secondaryArchSuffix >= 1.69.0
|
||||
devel:libboost_program_options$secondaryArchSuffix >= 1.69.0
|
||||
devel:libboost_regex$secondaryArchSuffix >= 1.69.0
|
||||
devel:libboost_thread$secondaryArchSuffix >= 1.69.0
|
||||
devel:libcurl$secondaryArchSuffix
|
||||
devel:libfftw3$secondaryArchSuffix
|
||||
devel:libicui18n$secondaryArchSuffix >= 66
|
||||
|
||||
Reference in New Issue
Block a user