diff options
Diffstat (limited to 'media-libs/alsa-lib/alsa-lib-1.0.28.ebuild')
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.28.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/alsa-lib/alsa-lib-1.0.28.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.28.ebuild index 3191f36b0123..288a03fabf11 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.28.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.28.ebuild @@ -34,7 +34,7 @@ pkg_setup() { src_prepare() { find . -name Makefile.am -exec sed -i -e '/CFLAGS/s:-g -O2::' {} + || die - # http://bugs.gentoo.org/509886 + # https://bugs.gentoo.org/509886 use elibc_uclibc && { sed -i -e 's:oldapi queue_timer:queue_timer:' test/Makefile.am || die; } epatch_user eautoreconf |