forked from Lainports/freebsd-ports
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
10 lines
332 B
C++
10 lines
332 B
C++
--- Robots/xt-bot/xt-bot-a.cpp.orig 2018-10-20 20:32:42 UTC
|
|
+++ Robots/xt-bot/xt-bot-a.cpp
|
|
@@ -24,6 +24,7 @@ General Public License for more details.
|
|
****************************************************************************/
|
|
|
|
#include <iostream>
|
|
+#include <cstring>
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <math.h>
|