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
15 lines
317 B
C++
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
|
|
*/
|