summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-04-28 09:04:33 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-04-28 09:04:33 +0000
commit8ff0667fc1aee1759c6d2731c80f136c1d1c1bda (patch)
treeaa6d9654ad9e863f852b91e52e9b7cc4d8d9d776 /media-sound/rosegarden/rosegarden-10.04.ebuild
parentGCC 4.5 support for 2.6, bug #317467 (diff)
downloadgentoo-2-8ff0667fc1aee1759c6d2731c80f136c1d1c1bda.tar.gz
gentoo-2-8ff0667fc1aee1759c6d2731c80f136c1d1c1bda.tar.bz2
gentoo-2-8ff0667fc1aee1759c6d2731c80f136c1d1c1bda.zip
Fix building with USE="-lirc" when lirc is installed wrt #317605.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/rosegarden/rosegarden-10.04.ebuild')
-rw-r--r--media-sound/rosegarden/rosegarden-10.04.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/rosegarden/rosegarden-10.04.ebuild b/media-sound/rosegarden/rosegarden-10.04.ebuild
index d1d32b598b67..da168f1ed148 100644
--- a/media-sound/rosegarden/rosegarden-10.04.ebuild
+++ b/media-sound/rosegarden/rosegarden-10.04.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/rosegarden/rosegarden-10.04.ebuild,v 1.1 2010/04/28 06:12:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/rosegarden/rosegarden-10.04.ebuild,v 1.2 2010/04/28 09:04:33 ssuominen Exp $
EAPI=2
inherit autotools fdo-mime multilib
@@ -32,6 +32,7 @@ DEPEND="${RDEPEND}
src_prepare() {
if ! use lirc; then
sed -i \
+ -e '/AC_CHECK_HEADER/s:lirc_client.h:dIsAbLe&:' \
-e '/AC_CHECK_LIB/s:lirc_init:dIsAbLe&:' \
configure.ac || die
fi