projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e744e3
)
app-text/mupdf: Fix building on HPPA.
author
Jeroen Roovers
<jer@gentoo.org>
Sat, 9 Jan 2016 12:16:54 +0000
(13:16 +0100)
committer
Jeroen Roovers
<jer@gentoo.org>
Sat, 9 Jan 2016 14:30:23 +0000
(15:30 +0100)
Package-Manager: portage-2.2.26
app-text/mupdf/mupdf-9999.ebuild
patch
|
blob
|
history
diff --git
a/app-text/mupdf/mupdf-9999.ebuild
b/app-text/mupdf/mupdf-9999.ebuild
index d275c29d17d5a3d1d5761afa71c3a1ae99ad2fa4..4f8613a1fc12546891d2431a76e42dd2907b12f1 100644
(file)
--- a/
app-text/mupdf/mupdf-9999.ebuild
+++ b/
app-text/mupdf/mupdf-9999.ebuild
@@
-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 \