mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
fixed issue with implicit casting of nullptr to function pointers (#6276)
This commit is contained in:
@@ -15,9 +15,9 @@ COPYRIGHT="2020-2021 DragonDreams"
|
||||
LICENSE="GNU GPL v3
|
||||
GNU LGPL v3"
|
||||
REVISION="1"
|
||||
HAIKU_PATCH="-haiku1"
|
||||
HAIKU_PATCH="-haiku2"
|
||||
SOURCE_URI="https://github.com/LordOfDragons/dragengine/archive/v$portVersion$HAIKU_PATCH.tar.gz"
|
||||
CHECKSUM_SHA256="e0ea90a8192cc80e08d99e04f0c0ae47cfc410aff54f9686accdc718acdf0839"
|
||||
CHECKSUM_SHA256="3ee63099949030950ab2313615c8eb55aafd296f0ff549c7bfc4db997344bc27"
|
||||
SOURCE_FILENAME="dragengine-$portVersion.tar.gz"
|
||||
SOURCE_DIR="dragengine-$portVersion$HAIKU_PATCH"
|
||||
ADDITIONAL_FILES="custom.py"
|
||||
|
||||
Reference in New Issue
Block a user