-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit toolchain-funcs
+inherit toolchain-funcs flag-o-matic
DESCRIPTION="HTML5 compliant parsing library, written in C"
HOMEPAGE="http://www.netsurf-browser.org/projects/hubbub/"
virtual/pkgconfig
test? (
dev-lang/perl
- >=dev-libs/json-c-0.10-r1
+ <dev-libs/json-c-0.13
)"
DOCS=( README docs/{Architecture,Macros,Todo,Treebuilder,Updated} )
_emake() {
source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
netsurf_define_makeconf
+ append-cflags -Wno-error
emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared $@
}