aboutsummaryrefslogtreecommitdiff
path: root/games/instead
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-08-26 14:58:46 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-08-26 14:58:46 +0000
commitd86e2f1b5a1ae66c72dc2651d6ec76fcd46fdd08 (patch)
tree66d7e7fc862c009a8bc0d81ab6b99e301feda47a /games/instead
parentf76cc65486ef411ae96c7cfd6cbfc4b81fba463e (diff)
downloadports-d86e2f1b5a1ae66c72dc2651d6ec76fcd46fdd08.tar.gz
ports-d86e2f1b5a1ae66c72dc2651d6ec76fcd46fdd08.zip
Notes
Diffstat (limited to 'games/instead')
-rw-r--r--games/instead/Makefile2
-rw-r--r--games/instead/files/patch-src_SDL__anigif.h9
2 files changed, 9 insertions, 2 deletions
diff --git a/games/instead/Makefile b/games/instead/Makefile
index dc2b469cbdf8..a6c671941df3 100644
--- a/games/instead/Makefile
+++ b/games/instead/Makefile
@@ -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
diff --git a/games/instead/files/patch-src_SDL__anigif.h b/games/instead/files/patch-src_SDL__anigif.h
new file mode 100644
index 000000000000..c5cc1c9999df
--- /dev/null
+++ b/games/instead/files/patch-src_SDL__anigif.h
@@ -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 */