mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
crawl: rebuild with python 3.9
This commit is contained in:
@@ -6,14 +6,14 @@ strategy, and prevail against overwhelming odds."
|
||||
HOMEPAGE="https://crawl.develz.org"
|
||||
COPYRIGHT="1997-2021 Linley Henzell, the dev team, and the contributors"
|
||||
LICENSE="crawl"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/crawl/crawl/releases/download/$portVersion/stone_soup-$portVersion-nodeps.tar.xz"
|
||||
CHECKSUM_SHA256="d8a6f7419e324a225d95474e7e878d58370a0727f3d436e50fb5375ff1fdf343"
|
||||
SOURCE_FILENAME="crawl-$portVersion.tar.xz"
|
||||
SOURCE_DIR="stone_soup-$portVersion"
|
||||
PATCHES="crawl-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2 ?x86"
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
commandBinDir=$binDir
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -28,7 +28,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
dejavu
|
||||
pyyaml_python3
|
||||
pyyaml_python39
|
||||
lib:libfreetype$secondaryArchSuffix
|
||||
lib:libGL$secondaryArchSuffix
|
||||
lib:libGLU$secondaryArchSuffix
|
||||
@@ -67,11 +67,11 @@ BUILD_PREREQUIRES="
|
||||
cmd:perl
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:pngcrush
|
||||
cmd:python3
|
||||
cmd:python3.9
|
||||
cmd:which
|
||||
cmd:xargs
|
||||
dejavu
|
||||
pyyaml_python3
|
||||
pyyaml_python39
|
||||
"
|
||||
|
||||
defineDebugInfoPackage crawl$secondaryArchSuffix \
|
||||
|
||||
Reference in New Issue
Block a user