diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2018-10-15 16:09:33 -0400 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2018-10-15 16:09:33 -0400 |
commit | 31214043d0b07fc7c917073cc48bd46d2747171f (patch) | |
tree | 6e7c68b912b732f5edb1b292d97dc5695cd71352 | |
parent | net-misc/zerotier: remove old (diff) | |
download | gentoo-31214043d0b07fc7c917073cc48bd46d2747171f.tar.gz gentoo-31214043d0b07fc7c917073cc48bd46d2747171f.tar.bz2 gentoo-31214043d0b07fc7c917073cc48bd46d2747171f.zip |
app-text/mupdf: fix shared library build (again)
Urg, I'm bad.
Closes: https://bugs.gentoo.org/668684
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r-- | app-text/mupdf/mupdf-1.14.0-r2.ebuild (renamed from app-text/mupdf/mupdf-1.14.0-r1.ebuild) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-text/mupdf/mupdf-1.14.0-r1.ebuild b/app-text/mupdf/mupdf-1.14.0-r2.ebuild index f12cf699e389..3ce32300c17c 100644 --- a/app-text/mupdf/mupdf-1.14.0-r1.ebuild +++ b/app-text/mupdf/mupdf-1.14.0-r2.ebuild @@ -103,6 +103,8 @@ src_install() { _emake install + dosym libmupdf.so.${PV} /usr/$(get_libdir)/lib${PN}.so + use static-libs && \ dolib.a build/debug/lib${PN}.a if use opengl ; then |