summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/alsa-lib/alsa-lib-1.1.1.ebuild')
-rw-r--r--media-libs/alsa-lib/alsa-lib-1.1.1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/media-libs/alsa-lib/alsa-lib-1.1.1.ebuild b/media-libs/alsa-lib/alsa-lib-1.1.1.ebuild
index bd7a02a50fcd..ce747686f1d6 100644
--- a/media-libs/alsa-lib/alsa-lib-1.1.1.ebuild
+++ b/media-libs/alsa-lib/alsa-lib-1.1.1.ebuild
@@ -36,6 +36,8 @@ src_prepare() {
find . -name Makefile.am -exec sed -i -e '/CFLAGS/s:-g -O2::' {} + || die
# https://bugs.gentoo.org/509886
use elibc_uclibc && { sed -i -e 's:oldapi queue_timer:queue_timer:' test/Makefile.am || die; }
+ # https://bugs.gentoo.org/545950
+ sed -i -e '5s:^$:\nAM_CPPFLAGS = -I$(top_srcdir)/include:' test/lsb/Makefile.am || die
default
eautoreconf
}