From 746aa5ad4b8c079ca87426b2b817efbca024ee9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pl=C3=BCss=20Roland?= Date: Fri, 15 Oct 2021 21:17:24 +0200 Subject: [PATCH] replaced all vulkan specific use of nullptr with VK_NULL_HANDLE. (#6278) this #define makes a distinction between 64bit and 32bit. this should now compile on 32bit. --- games-engines/dragengine/dragengine-1.6.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-engines/dragengine/dragengine-1.6.recipe b/games-engines/dragengine/dragengine-1.6.recipe index c49ba84fe..bb016c9aa 100644 --- a/games-engines/dragengine/dragengine-1.6.recipe +++ b/games-engines/dragengine/dragengine-1.6.recipe @@ -14,10 +14,10 @@ HOMEPAGE="https://dragondreams.ch COPYRIGHT="2020-2021 DragonDreams" LICENSE="GNU GPL v3 GNU LGPL v3" -REVISION="1" -HAIKU_PATCH="-haiku2" +REVISION="3" +HAIKU_PATCH="-haiku3" SOURCE_URI="https://github.com/LordOfDragons/dragengine/archive/v$portVersion$HAIKU_PATCH.tar.gz" -CHECKSUM_SHA256="3ee63099949030950ab2313615c8eb55aafd296f0ff549c7bfc4db997344bc27" +CHECKSUM_SHA256="8592ce66859e45434cc633c9c5b92c36a8d4d40be7fb9e575d45e0af95c1817d" SOURCE_FILENAME="dragengine-$portVersion.tar.gz" SOURCE_DIR="dragengine-$portVersion$HAIKU_PATCH" ADDITIONAL_FILES="custom.py"