Skip to content

Commit

Permalink
app-text/mupdf: Fix building on HPPA.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
Jeroen Roovers committed Jan 9, 2016
1 parent 6e744e3 commit b6a7229
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app-text/mupdf/mupdf-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -38,6 +38,8 @@ DEPEND="${RDEPEND}
x11-libs/libxcb[static-libs] )"

src_prepare() {
use hppa && append-cflags -ffunction-sections

rm -rf thirdparty || die

epatch \
Expand Down

0 comments on commit b6a7229

Please sign in to comment.