dragengine-1.11 build fixes (#6786)

This commit is contained in:
Plüss Roland
2022-03-29 05:51:02 +00:00
committed by GitHub
parent 4450afddb8
commit f96b3b1a3f

View File

@@ -11,17 +11,17 @@ able to run the game without providing any additional tools. It can be used to r
games without overhead or in headless mode for server operation."
HOMEPAGE="https://dragondreams.ch
https://github.com/LordOfDragons/dragengine"
COPYRIGHT="2020-2021 DragonDreams"
COPYRIGHT="2020-2022 DragonDreams"
LICENSE="GNU GPL v3
GNU LGPL v3"
REVISION="1"
SOURCE_URI="https://github.com/LordOfDragons/dragengine/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="e68bc99a82492738065f846e750ee79a9fe42c2fd712d3c48f06480359e37281"
SOURCE_FILENAME="dragengine-$portVersion.tar.gz"
SOURCE_DIR="dragengine-$portVersion"
GNU LGPL v3"
REVISION="3"
SOURCE_URI="https://github.com/LordOfDragons/dragengine/archive/v$portVersion-haiku2.tar.gz"
CHECKSUM_SHA256="290b6c422ec3c70e4b1a721970b15ac0a571cde9aaee093308561e96b5bb7264"
SOURCE_FILENAME="dragengine-$portVersion-haiku2.tar.gz"
SOURCE_DIR="dragengine-$portVersion-haiku2"
ADDITIONAL_FILES="custom.py"
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
# sources contain various external library distributions for in-tree building.
@@ -94,7 +94,8 @@ BUILD()
echo "docdir = '$manDir'" >>custom.py
# scons $jobArgs build
# scons crashes with multi-thread in some situations. this is a python problem especially with version 3 onwards
# scons crashes with multi-thread in some situations.
# this is a python problem especially with version 3 onwards
scons -j 1 build
}