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
240 B
C
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
|
|
|