--- /usr/portage/media-libs/musicbrainz/musicbrainz-2.1.2.ebuild 2006-02-13 16:34:36.000000000 -0600 +++ musicbrainz-2.1.2.ebuild 2006-02-15 18:19:13.000000000 -0600 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/musicbrainz/musicbrainz-2.1.2.ebuild,v 1.1 2006/02/13 22:34:36 metalgod Exp $ +inherit flag-o-matic + IUSE="" DESCRIPTION="Client library to access metadata of mp3/vorbis/CD media" HOMEPAGE="http://www.musicbrainz.org/" @@ -19,6 +21,9 @@ S=${WORKDIR}/lib${P} src_compile() { + # breaks build w/ GCC 4.1+ (bug #122977) + filter-flags -fvisibility-inlines-hidden + econf --enable-cpp-headers || die "configure failed" emake || die "emake failed" }