freebsd-ports/games/rtb/files/patch-Robots_xt-bot_xt-bot-b.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

10 lines
332 B
C++

--- Robots/xt-bot/xt-bot-b.cpp.orig 2018-10-20 20:24:50 UTC
+++ Robots/xt-bot/xt-bot-b.cpp
@@ -25,6 +25,7 @@ General Public License for more details.
****************************************************************************/
#include <iostream>
+#include <cstring>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>