Date: Sun, 23 Dec 2018 17:04:49 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488225 - head/devel/antlr/files Message-ID: <201812231704.wBNH4n6a032855@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Dec 23 17:04:48 2018 New Revision: 488225 URL: https://svnweb.freebsd.org/changeset/ports/488225 Log: Add patch to fix build with ports GCC (the port builds with base GCC, but not with GCC 8 from ports). PR: 234204 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Added: head/devel/antlr/files/patch-lib_cpp_antlr_CharScanner.hpp (contents, props changed) Added: head/devel/antlr/files/patch-lib_cpp_antlr_CharScanner.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/antlr/files/patch-lib_cpp_antlr_CharScanner.hpp Sun Dec 23 17:04:48 2018 (r488225) @@ -0,0 +1,10 @@ +--- lib/cpp/antlr/CharScanner.hpp.orig 2018-12-19 22:22:30 UTC ++++ lib/cpp/antlr/CharScanner.hpp +@@ -31,6 +31,7 @@ + #include <antlr/InputBuffer.hpp> + #include <antlr/BitSet.hpp> + #include <antlr/LexerSharedInputState.hpp> ++#include <strings.h> + + #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE + namespace antlr {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812231704.wBNH4n6a032855>