Index: rhapsody-0.28b.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-irc/rhapsody/rhapsody-0.28b.ebuild,v retrieving revision 1.5 diff -u -B -r1.5 rhapsody-0.28b.ebuild --- rhapsody-0.28b.ebuild 15 Dec 2009 19:16:19 -0000 1.5 +++ rhapsody-0.28b.ebuild 2 Sep 2010 03:18:00 -0000 @@ -24,7 +24,7 @@ src_compile() { ./configure -i /usr/share/rhapsody || die "configure failed" - emake CC="$(tc-getCC)" LOCALFLAGS="${CFLAGS}" || die "emake failed" + emake CC="$(tc-getCC)" LOCALFLAGS="${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" || die "emake failed" } src_install() {