commit: ac1b6b8c9c3baca87e8f568b6d2e68c9c87ecbcd Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Mon Jun 5 16:31:26 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon Jun 5 16:31:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1b6b8c
media-libs/libsndfile: Revbump to honour user CFLAGS Bug: https://bugs.gentoo.org/show_bug.cgi?id=620782 Package-Manager: Portage-2.3.6, Repoman-2.3.2 .../{libsndfile-1.0.28.ebuild => libsndfile-1.0.28-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libsndfile/libsndfile-1.0.28.ebuild b/media-libs/libsndfile/libsndfile-1.0.28-r1.ebuild similarity index 97% rename from media-libs/libsndfile/libsndfile-1.0.28.ebuild rename to media-libs/libsndfile/libsndfile-1.0.28-r1.ebuild index 18cdbe153e2..d0862f411ff 100644 --- a/media-libs/libsndfile/libsndfile-1.0.28.ebuild +++ b/media-libs/libsndfile/libsndfile-1.0.28-r1.ebuild @@ -43,8 +43,8 @@ pkg_setup() { multilib_src_configure() { ECONF_SOURCE="${S}" econf \ --disable-octave \ - --disable-gcc-pipe \ - --disable-gcc-opt \ + --enable-gcc-pipe \ + --enable-gcc-opt \ $(use_enable static-libs static) \ $(use_enable !minimal external-libs) \ $(multilib_native_enable full-suite) \
