Date: Mon, 26 Aug 2019 14:58:47 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509950 - in head/games/instead: . files Message-ID: <201908261458.x7QEwlvM031916@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Aug 26 14:58:46 2019 New Revision: 509950 URL: https://svnweb.freebsd.org/changeset/ports/509950 Log: - Fix build with SDL2 PR: 240067 Reported by: shamaz.mazum@gmail.com Added: head/games/instead/files/ head/games/instead/files/patch-src_SDL__anigif.h (contents, props changed) Modified: head/games/instead/Makefile Modified: head/games/instead/Makefile ============================================================================== --- head/games/instead/Makefile Mon Aug 26 14:54:29 2019 (r509949) +++ head/games/instead/Makefile Mon Aug 26 14:58:46 2019 (r509950) @@ -14,8 +14,6 @@ COMMENT= Simple Text Adventure, The Interpreter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= close_code.h included without matching begin_code.h - USES= cmake compiler:c++11-lang iconv lua:51 pkgconfig sdl CMAKE_ARGS= -DMANDIR=man Added: head/games/instead/files/patch-src_SDL__anigif.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/instead/files/patch-src_SDL__anigif.h Mon Aug 26 14:58:46 2019 (r509950) @@ -0,0 +1,9 @@ +--- src/SDL_anigif.h.orig 2019-03-08 09:20:22 UTC ++++ src/SDL_anigif.h +@@ -56,6 +56,5 @@ extern DECLSPEC int AG_LoadGIF_RW( SDL_RWops* src, AG + #ifdef __cplusplus + } + #endif +-#include "close_code.h" + + #endif /* _SDL_ANIGIF_H */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908261458.x7QEwlvM031916>