svn commit: r509950 - in head/games/instead: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 26 14:58:47 UTC 2019


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 at 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 */


More information about the svn-ports-all mailing list