aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-08-26 14:59:32 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-08-26 14:59:32 +0000
commit9060b2cd0a9b688b0865b9b48b8d64962f1eefce (patch)
tree120f227a1d99ea51ea06ae1b5b738dde468d9118 /games
parent1ec1f8f55d58c9c140c11d0fe4393cf6154a2f01 (diff)
downloadports-9060b2cd0a9b688b0865b9b48b8d64962f1eefce.tar.gz
ports-9060b2cd0a9b688b0865b9b48b8d64962f1eefce.zip
MFH: r509950
- Fix build with SDL2 PR: 240067 Reported by: shamaz.mazum@gmail.com Approved by: ports-secteam (with hat)
Notes
Notes: svn path=/branches/2019Q3/; revision=509951
Diffstat (limited to 'games')
-rw-r--r--games/instead/files/patch-src_SDL__anigif.h9
1 files changed, 9 insertions, 0 deletions
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 */