djvulibre: Depend on `libc++`

This commit is contained in:
Tee KOBAYASHI 2022-03-19 15:52:53 +09:00 committed by buttaface
parent 1b9493379f
commit 348a694e28
1 changed files with 4 additions and 2 deletions

View File

@ -3,11 +3,13 @@ TERMUX_PKG_DESCRIPTION="Suite to create, manipulate and view DjVu ('déjà vu')
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=3.5.28
TERMUX_PKG_REVISION=2
TERMUX_PKG_REVISION=3
TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/djvu/djvulibre-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=fcd009ea7654fde5a83600eb80757bd3a76998e47d13c66b54c8db849f8f2edc
TERMUX_PKG_DEPENDS="libtiff"
TERMUX_PKG_DEPENDS="libc++, libtiff"
termux_step_pre_configure() {
NOCONFIGURE=1 ./autogen.sh
LDFLAGS+=" $($CC -print-libgcc-file-name)"
}