mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-text/mupdf: Fix building on HPPA.
Package-Manager: portage-2.2.26
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit eutils git-2 multilib toolchain-funcs
|
||||
inherit eutils flag-o-matic git-2 multilib toolchain-funcs
|
||||
|
||||
DESCRIPTION="a lightweight PDF viewer and toolkit written in portable C"
|
||||
HOMEPAGE="http://mupdf.com/"
|
||||
@@ -38,6 +38,8 @@ DEPEND="${RDEPEND}
|
||||
x11-libs/libxcb[static-libs] )"
|
||||
|
||||
src_prepare() {
|
||||
use hppa && append-cflags -ffunction-sections
|
||||
|
||||
rm -rf thirdparty || die
|
||||
|
||||
epatch \
|
||||
|
||||
Reference in New Issue
Block a user