mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
To build with GCC7, this port needs additional include in
src/pingus/screens/demo_session.cpp . PR: 232912 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
6138ce02ca
commit
a5828e776a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484655
@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
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}
|
||||
|
@ -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"
|
Loading…
Reference in New Issue
Block a user