Skip to content
Snippets Groups Projects
Commit 28b7f868 authored by Raphaël Lallement's avatar Raphaël Lallement
Browse files

[wip] Bug fixes

Fixes some missing character, sorry for multiple commits
parent 9ff56c56
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
DISTNAME= hatponboard-lib-${VERSION}
VERSION= 1.1.0
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= planning
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=hatponboard-lib/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_OPENROBOTS}hatponboard-lib
......@@ -21,7 +21,7 @@ DEPEND_ABI.boost-headers=boost-headers>=1.34
include ../../devel/boost-headers/depend.mk
include ../../devel/boost-libs/depend.mk
include ../../wip/mk/sysdep/antlr.mk
include ../../wip/mk/sysdep/antlr2.mk
include ../../mk/sysdep/cmake.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
......
......@@ -29,7 +29,7 @@ PREFER.antlr2?= system
DEPEND_USE+= antlr2
DEPEND_ABI.antlr2?= antlr>=2 <3
DEPEND_ABI.antlr2?= antlr2>=2<3
SYSTEM_SEARCH.antlr2= 'bin/runantlr'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment