diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2019-01-25 15:53:46 -0500 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2019-01-25 15:55:05 -0500 |
commit | 09c796445b6028ac922090727d4eba85fca06e1e (patch) | |
tree | fdf2470cc26513c5f17777b8b84f04117b7a0036 /net-libs/libhubbub | |
parent | app-office/openoffice-bin: security bump to 4.1.6 (diff) | |
download | gentoo-09c796445b6028ac922090727d4eba85fca06e1e.tar.gz gentoo-09c796445b6028ac922090727d4eba85fca06e1e.tar.bz2 gentoo-09c796445b6028ac922090727d4eba85fca06e1e.zip |
net-libs/libhubbub: fix test failure
Closes: https://bugs.gentoo.org/675836
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-libs/libhubbub')
-rw-r--r-- | net-libs/libhubbub/libhubbub-0.3.5-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-libs/libhubbub/libhubbub-0.3.5-r1.ebuild b/net-libs/libhubbub/libhubbub-0.3.5-r1.ebuild index d0a20d7641ec..28a147d5b6d9 100644 --- a/net-libs/libhubbub/libhubbub-0.3.5-r1.ebuild +++ b/net-libs/libhubbub/libhubbub-0.3.5-r1.ebuild @@ -1,9 +1,9 @@ -# 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/" @@ -22,7 +22,7 @@ DEPEND="${RDEPEND} 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} ) @@ -36,6 +36,7 @@ src_prepare() { _emake() { source /usr/share/netsurf-buildsystem/gentoo-helpers.sh netsurf_define_makeconf + append-cflags -Wno-error emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared $@ } |