mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
goto 3: prepare migration to python 3 and openssl 3
Requires pkgconf instead of pkg-config. Not tested further because pkgconf build is currently broken.
This commit is contained in:
@@ -45,7 +45,7 @@ REQUIRES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libcrypto$secondaryArchSuffix
|
||||
devel:libcrypto$secondaryArchSuffix >= 3
|
||||
devel:libenet$secondaryArchSuffix
|
||||
devel:libfreetype$secondaryArchSuffix
|
||||
devel:libGL$secondaryArchSuffix
|
||||
@@ -57,7 +57,7 @@ BUILD_REQUIRES="
|
||||
devel:libopusfile$secondaryArchSuffix
|
||||
devel:libpcre2_32$secondaryArchSuffix
|
||||
devel:libpng16$secondaryArchSuffix
|
||||
devel:libssl$secondaryArchSuffix
|
||||
devel:libssl$secondaryArchSuffix >= 3
|
||||
devel:libspeex$secondaryArchSuffix
|
||||
devel:libtheora$secondaryArchSuffix
|
||||
devel:libvorbis$secondaryArchSuffix
|
||||
@@ -67,8 +67,8 @@ BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:python
|
||||
cmd:pkgconf$secondaryArchSuffix
|
||||
cmd:python3
|
||||
cmd:scons
|
||||
cmd:yasm
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user