diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2021-02-02 16:28:17 +0100 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2021-02-02 16:28:56 +0100 |
commit | f90e48894994971835b76ced8e8d54a3919a92e5 (patch) | |
tree | ef20f3359148f3af8dc9f424aa385d22954e6c89 /media-sound | |
parent | dev-libs/xmlsec: fix tests with >=dev-libs/nss-5.59 (diff) | |
download | gentoo-f90e48894994971835b76ced8e8d54a3919a92e5.tar.gz gentoo-f90e48894994971835b76ced8e8d54a3919a92e5.tar.bz2 gentoo-f90e48894994971835b76ced8e8d54a3919a92e5.zip |
media-sound/aqualung: Fix bug #768282.
Thanks to Laszlo Valko for the report and Ionen Wolkens for
the patch.
Closes: https://bugs.gentoo.org/768282
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/aqualung/aqualung-1.1-r101.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/media-sound/aqualung/aqualung-1.1-r101.ebuild b/media-sound/aqualung/aqualung-1.1-r101.ebuild index f497e1bb19bf..87d3f7995f0b 100644 --- a/media-sound/aqualung/aqualung-1.1-r101.ebuild +++ b/media-sound/aqualung/aqualung-1.1-r101.ebuild @@ -57,6 +57,10 @@ PATCHES=( "${FILESDIR}/${P}-var-collision.patch" ) +pkg_setup() { + use lua && lua-single_pkg_setup +} + src_configure() { econf \ --disable-rpath \ |