Created attachment 220353 [details] Sugested svn patch Hello, - remove unnecessary patch thats adds "#include <strings.h>" to 3rdParty/StormLib/src/StormPort.h because already included upstream. - replace NIGHTLY_BUILD (optimizations/debug) with DEBUG as discussed in https://github.com/diasurgical/devilutionX/issues/908 and described in project docs: Debug builds -DDEBUG=OFF disable debug mode of the Diablo engine. Thanks, Nuno Teixeira
A commit references this bug: Author: makc Date: Tue Dec 15 12:44:32 UTC 2020 New revision: 558159 URL: https://svnweb.freebsd.org/changeset/ports/558159 Log: games/devilutionX: - Remove patch which is already included upstream - Use debug mode instead of nightly_build for WITH_DEBUG PR: 251671 Submitted by: Nuno Teixeira (maintainer) Changes: head/games/devilutionX/Makefile head/games/devilutionX/files/patch-3rdParty_StormLib_src_StormPort.h
Thanks!