firefox: use python3.11 to build

This commit is contained in:
Andrew J. Hesford 2023-10-11 22:42:13 -04:00
parent b532149a46
commit d14cf9fba7

View File

@ -15,8 +15,8 @@ checksum=d0f996116ae234dc7bd59e0d77ddefe268179d7500d16a9488309c826547c97c
lib32disabled=yes
hostmakedepends="autoconf213 unzip zip pkg-config perl python3 yasm rust cargo
llvm clang lld nodejs cbindgen nasm which tar"
hostmakedepends="autoconf213 unzip zip pkg-config perl python3.11 yasm rust
cargo llvm clang lld nodejs cbindgen nasm which tar"
makedepends="nss-devel libjpeg-turbo-devel gtk+3-devel icu-devel
pixman-devel libevent-devel libnotify-devel libvpx-devel libwebp-devel
libXrender-devel libXcomposite-devel libSM-devel libXt-devel rust-std
@ -63,6 +63,8 @@ post_patch() {
}
do_build() {
ln -s "/usr/bin/python3.11" "${XBPS_WRAPPERDIR}/python3"
if [ "$build_option_clang" ]; then
export CC=clang
export CXX=clang++