| Summary: | games/instead: Fix build with SDL2 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | shamaz.mazum | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Some People | CC: | shamaz.mazum, w.schwarzenfeld | ||||
| Priority: | --- | Keywords: | easy, needs-qa | ||||
| Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(amdmi3) koobs: merge-quarterly? |
||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
A commit references this bug: Author: amdmi3 Date: Mon Aug 26 14:58:47 UTC 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 Changes: head/games/instead/Makefile head/games/instead/files/ head/games/instead/files/patch-src_SDL__anigif.h A commit references this bug: Author: amdmi3 Date: Mon Aug 26 14:59:33 UTC 2019 New revision: 509951 URL: https://svnweb.freebsd.org/changeset/ports/509951 Log: MFH: r509950 - Fix build with SDL2 PR: 240067 Reported by: shamaz.mazum@gmail.com Approved by: ports-secteam (with hat) Changes: _U branches/2019Q3/ branches/2019Q3/games/instead/files/ |
Created attachment 206843 [details] Fixes games/instead build Do not include "close_code.h" when building with SDL2. Developers of instead have already dropped `#include "close_code.h"' from src/SDL_anigif.h, so post-patch-SDL2-on target will not be needed for future releases.