svn commit: r488225 - head/devel/antlr/files

Mark Linimon linimon at FreeBSD.org
Sun Dec 23 17:04:50 UTC 2018


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 {


More information about the svn-ports-all mailing list