libhtmlcxx: fix compilation error, package needs iconv.h

This commit is contained in:
Henrik Grimler 2022-02-04 20:36:47 +01:00
parent 50f63ea651
commit b88f3a075f
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="A simple non-validating css1 and html parser for C++"
TERMUX_PKG_LICENSE="LGPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.87
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/sourceforge/htmlcxx/htmlcxx-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=5d38f938cf4df9a298a5346af27195fffabfef9f460fc2a02233cbcfa8fc75c8
TERMUX_PKG_DEPENDS="libc++"
TERMUX_PKG_DEPENDS="libc++, iconv"