diff options
author | 2020-06-02 22:01:39 +0200 | |
---|---|---|
committer | 2020-06-07 15:12:25 +0300 | |
commit | 84ec99b30125b1c15b14a95e4b6957ee76172f00 (patch) | |
tree | 075bc10b1ced86dd0baf95f01f9508992da3e82c /app-emulation/libspectrum/libspectrum-1.4.4.ebuild | |
parent | app-emulation/libspectrum: remove old version 1.4.2 (diff) | |
download | gentoo-84ec99b30125b1c15b14a95e4b6957ee76172f00.tar.gz gentoo-84ec99b30125b1c15b14a95e4b6957ee76172f00.tar.bz2 gentoo-84ec99b30125b1c15b14a95e4b6957ee76172f00.zip |
app-emulation/libspectrum: do not install static libs
Closes: https://bugs.gentoo.org/726572
Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16045
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-emulation/libspectrum/libspectrum-1.4.4.ebuild')
-rw-r--r-- | app-emulation/libspectrum/libspectrum-1.4.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/libspectrum/libspectrum-1.4.4.ebuild b/app-emulation/libspectrum/libspectrum-1.4.4.ebuild index 75e11f4bc844..7d6cd415f46a 100644 --- a/app-emulation/libspectrum/libspectrum-1.4.4.ebuild +++ b/app-emulation/libspectrum/libspectrum-1.4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,6 +23,7 @@ DEPEND="${RDEPEND} src_configure() { local myconf=( + --disable-static $(use_with audiofile libaudiofile) $(use_with bzip2) $(use_with gcrypt libgcrypt) |