Files
ports/games/rtb/files/patch-team-framework__io__unixoutstreambuf.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

15 lines
317 B
C++

--- team-framework/io/unixoutstreambuf.cpp.orig 2005-07-09 11:46:12 UTC
+++ team-framework/io/unixoutstreambuf.cpp
@@ -28,8 +28,11 @@
#include <common.h>
#include "unixoutstreambuf.h"
+#include <cstring>
#include <sstream>
#include <errno.h>
+#include <sys/types.h>
+#include <unistd.h>
/**
* Namespace
*/