Skip to content

Commit

Permalink
media-libs/libcanberra: make sure elibtoolize is applied
Browse files Browse the repository at this point in the history
Needed to e.g. pass LTO warning flags through to the linker.

Signed-off-by: Eli Schwartz <[email protected]>
  • Loading branch information
eli-schwartz committed Aug 9, 2024
1 parent ac27373 commit 59fb489
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions media-libs/libcanberra/libcanberra-0.30-r7.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit multilib-minimal systemd
inherit libtool multilib-minimal systemd

DESCRIPTION="Portable sound event library"
HOMEPAGE="http://0pointer.de/lennart/projects/libcanberra/"
Expand Down Expand Up @@ -48,6 +48,11 @@ PATCHES=(
"${FILESDIR}/${PN}-0.30-wayland.patch"
)

src_prepare() {
default
elibtoolize
}

multilib_src_configure() {
ECONF_SOURCE="${S}" econf \
--docdir="${EPREFIX}"/usr/share/doc/${PF} \
Expand Down

0 comments on commit 59fb489

Please sign in to comment.