FreeBSD Bugzilla – Attachment 198815 Details for
Bug 232863
games/blokish: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
blokish.patch (text/plain), 1.08 KB, created by
Piotr Kubaj
on 2018-10-31 18:54:13 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-10-31 18:54:13 UTC
Size:
1.08 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 483399) >+++ Makefile (working copy) >@@ -15,7 +15,7 @@ > LICENSE_FILE= ${WRKSRC}/COPYING > > GNU_CONFIGURE= yes >-USES= gmake localbase tar:tgz >+USES= compiler:c++11-lang gl gmake localbase tar:tgz > USE_GL= gl > USE_WX= 2.8 > >Index: files/patch-src_ai.cpp >=================================================================== >--- files/patch-src_ai.cpp (nonexistent) >+++ files/patch-src_ai.cpp (working copy) >@@ -0,0 +1,11 @@ >+--- src/ai.cpp.orig 2018-10-31 18:46:12 UTC >++++ src/ai.cpp >+@@ -22,6 +22,8 @@ >+ /* This file is contains the AI logic. >+ */ >+ >++#include <algorithm> >++#include <sys/limits.h> >+ #include "ai.h" >+ >+ AI::AI(BlokishBoard &board) > >Property changes on: files/patch-src_ai.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 232863
: 198815