From d5995939ce42c95997d39ec01c8a8ead3d25c977 Mon Sep 17 00:00:00 2001 From: Raúl Porcel Date: Thu, 22 Mar 2007 18:24:50 +0000 Subject: Filter -ggdb CFLAG, bug 171780 Package-Manager: portage-2.1.2.2 --- net-irc/asuka/asuka-1.2.1.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'net-irc/asuka/asuka-1.2.1.ebuild') diff --git a/net-irc/asuka/asuka-1.2.1.ebuild b/net-irc/asuka/asuka-1.2.1.ebuild index 98e14f3b0de5..1d660bc12d9d 100644 --- a/net-irc/asuka/asuka-1.2.1.ebuild +++ b/net-irc/asuka/asuka-1.2.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/asuka/asuka-1.2.1.ebuild,v 1.5 2007/02/24 13:41:37 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/asuka/asuka-1.2.1.ebuild,v 1.6 2007/03/22 18:24:50 armin76 Exp $ -inherit eutils +inherit eutils flag-o-matic DESCRIPTION="The QuakeNet IRC Server" HOMEPAGE="http://dev-com.quakenet.org/" @@ -13,9 +13,11 @@ SLOT="0" KEYWORDS="x86 sparc" IUSE="debug" -DEPEND="virtual/libc" src_compile() { + # configure fails with this flag, bug 171780 + filter-flags -ggdb + econf \ --with-symlink=asuka-ircd \ --with-dpath=/etc/asuka \ -- cgit v1.2.3-65-gdbad