Files
ports/games/rtb/files/patch-team-framework__io__unixinstreambuf.cpp
Mark Linimon e54d3ef7e2 This port requires USES=compiler:c++11-lang, since it links with
libgraphite.

It also requires some includes, to build it with GCC7.  One of source
files uses CRLF line endings, which necessitates USES=dos2unix.

While here, add USES=gnome localbase:ldflags.

PR:		232491
Submitted by:	Piotr Kubaj
2018-11-05 20:30:31 +00:00

18 lines
463 B
C++

--- team-framework/io/unixinstreambuf.cpp.orig 2005-01-06 17:59:28 UTC
+++ team-framework/io/unixinstreambuf.cpp
@@ -28,11 +28,14 @@
#include <common.h>
#include "unixinstreambuf.h"
+#include <cstring>
#include "../rtbglobal/masterresourcecontrol.h"
#include "../exceptions/keynotfoundexception.h"
#include "../exceptions/confignotloadedexception.h"
#include <sstream>
#include <errno.h>
+#include <sys/types.h>
+#include <unistd.h>
/**
* Namespace