FreeBSD Bugzilla – Attachment 206843 Details for
Bug 240067
games/instead: Fix build with SDL2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes games/instead build
instead.patch (text/plain), 685 bytes, created by
shamaz.mazum
on 2019-08-24 08:50:04 UTC
(
hide
)
Description:
Fixes games/instead build
Filename:
MIME Type:
Creator:
shamaz.mazum
Created:
2019-08-24 08:50:04 UTC
Size:
685 bytes
patch
obsolete
>diff --git a/games/instead/Makefile b/games/instead/Makefile >index dc2b469cbdf8..58527b5c60bb 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 > >@@ -50,4 +48,8 @@ LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit > LUAJIT_USE_OFF= lua:51 > LUAJIT_CMAKE_BOOL= WITH_LUAJIT > >+post-patch-SDL2-on: >+ @${REINPLACE_CMD} -e 's|#include "close_code.h"||' \ >+ ${WRKSRC}/src/SDL_anigif.h >+ > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 240067
: 206843