From 0f5855d1ee625b7ff76af630f00151b382b15043 Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Wed, 15 Apr 2020 10:07:09 +0200 Subject: [PATCH] antlr: add CHECK_PORTABILITY_SKIP to fix build --- antlr/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/antlr/Makefile b/antlr/Makefile index d0888c575d..cb8d4645bb 100644 --- a/antlr/Makefile +++ b/antlr/Makefile @@ -54,6 +54,8 @@ HAS_CONFIGURE= yes # FIXME: Add a check here to notify users trying to install USE_JAVA= yes +CHECK_PORTABILITY_SKIP= configure.in + # Just assuming C and C++: Adjust this! USE_LANGUAGES= c c++ USE_TOOLS+= gmake