diff options
author | Sam James <sam@gentoo.org> | 2020-11-24 02:08:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-24 02:08:07 +0000 |
commit | ffb9845bf9a6f4d3bafd8d2e72a591cc918c0943 (patch) | |
tree | 2ce22c8428c89ffe6b035703d2bc3a707c55b992 /media-libs | |
parent | app-admin/sysstat: drop experimental ebuild (diff) | |
download | gentoo-ffb9845bf9a6f4d3bafd8d2e72a591cc918c0943.tar.gz gentoo-ffb9845bf9a6f4d3bafd8d2e72a591cc918c0943.tar.bz2 gentoo-ffb9845bf9a6f4d3bafd8d2e72a591cc918c0943.zip |
media-libs/bcg729: disable static-libs
They default to on!
Closes: https://bugs.gentoo.org/756274
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/bcg729/bcg729-1.1.1.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/media-libs/bcg729/bcg729-1.1.1.ebuild b/media-libs/bcg729/bcg729-1.1.1.ebuild index ed8001bbde04..4ff2047c3db0 100644 --- a/media-libs/bcg729/bcg729-1.1.1.ebuild +++ b/media-libs/bcg729/bcg729-1.1.1.ebuild @@ -17,6 +17,13 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" RDEPEND="!media-plugins/mediastreamer-bcg729" +src_configure() { + local mycmakeargs=( + -DENABLE_STATIC=no + ) + cmake_src_configure +} + src_install() { cmake_src_install find "${ED}" -name '*.la' -delete || die |