View | Details | Raw Unified | Return to bug 234204
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
CONFLICTS=	pccts-[0-9]*
15
CONFLICTS=	pccts-[0-9]*
16
16
17
USES=		gmake
17
USES=		compiler:c++11-lang gmake
18
USE_JAVA=	yes
18
USE_JAVA=	yes
19
19
20
HAS_CONFIGURE=	yes
20
HAS_CONFIGURE=	yes
(-)files/patch-lib_cpp_antlr_CharScanner.hpp (+10 lines)
Line 0 Link Here
1
--- lib/cpp/antlr/CharScanner.hpp.orig	2018-12-19 22:22:30 UTC
2
+++ lib/cpp/antlr/CharScanner.hpp
3
@@ -31,6 +31,7 @@
4
 #include <antlr/InputBuffer.hpp>
5
 #include <antlr/BitSet.hpp>
6
 #include <antlr/LexerSharedInputState.hpp>
7
+#include <strings.h>
8
 
9
 #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
10
 namespace antlr {

Return to bug 234204