freebsd-ports/games/rtb/files/patch-include_Dialog.h
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
240 B
C

--- include/Dialog.h.orig 2018-10-20 20:18:21 UTC
+++ include/Dialog.h
@@ -23,6 +23,7 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-13
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
+#include <string>
#ifndef NO_GRAPHICS