FreeBSD Bugzilla – Attachment 198893 Details for
Bug 232912
games/pingus: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
pingus.patch (text/plain), 1.34 KB, created by
Piotr Kubaj
on 2018-11-02 16:23:56 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-11-02 16:23:56 UTC
Size:
1.34 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 483812) >+++ Makefile (working copy) >@@ -19,7 +19,7 @@ > BUILD_DEPENDS= ${LOCALBASE}/include/boost/signals2.hpp:devel/boost-libs > LIB_DEPENDS= libpng.so:graphics/png > >-USES= compiler:c++11-lib iconv scons tar:bzip2 >+USES= compiler:c++11-lib gl iconv scons tar:bzip2 > USE_GL= gl > USE_SDL= sdl image mixer > LIBS+= ${ICONV_LIB} >Index: files/patch-src_pingus_screens_demo__session.cpp >=================================================================== >--- files/patch-src_pingus_screens_demo__session.cpp (nonexistent) >+++ files/patch-src_pingus_screens_demo__session.cpp (working copy) >@@ -0,0 +1,10 @@ >+--- src/pingus/screens/demo_session.cpp.orig 2018-11-02 16:05:42 UTC >++++ src/pingus/screens/demo_session.cpp >+@@ -17,6 +17,7 @@ >+ #include "pingus/screens/demo_session.hpp" >+ >+ #include <algorithm> >++#include <functional> >+ #include <iostream> >+ >+ #include "engine/gui/gui_manager.hpp" > >Property changes on: files/patch-src_pingus_screens_demo__session.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 232912
: 198893