Skip to content

Commit

Permalink
media-sound/mumble-9999: Rename custom CELT library
Browse files Browse the repository at this point in the history
This prevents a file collision with the system media-libs/celt

Closes: https://bugs.gentoo.org/show_bug.cgi?id=661000
  • Loading branch information
devurandom committed Jul 15, 2018
1 parent 01a60fa commit 4fc7add
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media-sound/mumble/mumble-9999.ebuild
Expand Up @@ -56,6 +56,7 @@ DEPEND="${RDEPEND}

PATCHES=(
"${FILESDIR}/${P}"-drop-bundled-celt-0.11.patch
"${FILESDIR}/${P}"-custom-celt-library-name.patch
)

src_configure() {
Expand Down Expand Up @@ -116,7 +117,7 @@ src_install() {
doman man/mumble-overlay.1
doman man/mumble.1

dolib.so "${dir}"/libmumble.so* "${dir}"/libcelt0.so* "${dir}"/plugins/lib*.so*
dolib.so "${dir}"/libmumble.so* "${dir}"/libcelt-mumble.so* "${dir}"/plugins/lib*.so*
}

pkg_postinst() {
Expand Down

0 comments on commit 4fc7add

Please sign in to comment.