--- gstreamermm-0.10.7.ebuild.orig 2010-05-13 15:06:44.282739286 +0200 +++ gstreamermm-0.10.7.ebuild 2010-05-13 15:05:11.625489711 +0200 @@ -4,7 +4,7 @@ EAPI=2 -inherit gnome2 +inherit eutils gnome2 DESCRIPTION="C++ interface for GStreamer" HOMEPAGE="http://gstreamer.freedesktop.org/bindings/cplusplus.html" @@ -26,6 +26,11 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" +src_prepare(){ + epatch "${FILESDIR}"/${P}-gcc45.patch + gnome2_src_prepare +} + src_test() { # explicitly allow parallel make of tests: they are not built in # src_compile() and indeed we'd slow down tremendously to run this