View | Details | Raw Unified | Return to bug 232912
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
BUILD_DEPENDS=	${LOCALBASE}/include/boost/signals2.hpp:devel/boost-libs
19
BUILD_DEPENDS=	${LOCALBASE}/include/boost/signals2.hpp:devel/boost-libs
20
LIB_DEPENDS=	libpng.so:graphics/png
20
LIB_DEPENDS=	libpng.so:graphics/png
21
21
22
USES=		compiler:c++11-lib iconv scons tar:bzip2
22
USES=		compiler:c++11-lib gl iconv scons tar:bzip2
23
USE_GL=		gl
23
USE_GL=		gl
24
USE_SDL=	sdl image mixer
24
USE_SDL=	sdl image mixer
25
LIBS+=		${ICONV_LIB}
25
LIBS+=		${ICONV_LIB}
(-)files/patch-src_pingus_screens_demo__session.cpp (+10 lines)
Line 0 Link Here
1
--- src/pingus/screens/demo_session.cpp.orig	2018-11-02 16:05:42 UTC
2
+++ src/pingus/screens/demo_session.cpp
3
@@ -17,6 +17,7 @@
4
 #include "pingus/screens/demo_session.hpp"
5
 
6
 #include <algorithm>
7
+#include <functional>
8
 #include <iostream>
9
 
10
 #include "engine/gui/gui_manager.hpp"

Return to bug 232912