devel/cligen: fix build on GCC architectures

In file included from cligen_object.c:63:
cligen_object.h:98: error: redefinition of typedef 'parse_tree'
cligen_parsetree.h:53: error: previous declaration of 'parse_tree' was here
cligen_object.h:187: error: redefinition of typedef 'cg_obj'
cligen_parsetree.h:51: error: previous declaration of 'cg_obj' was here
This commit is contained in:
Piotr Kubaj 2020-12-07 16:47:37 +00:00
parent dc903c8df7
commit 2dbf243ce3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557238

View File

@ -10,7 +10,7 @@ COMMENT= Command-line interface generator
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= bison:alias gmake
USES= bison:alias compiler:c11 gmake
USE_GITHUB= yes
GH_ACCOUNT= clicon