--- gconf-2.24.0.ebuild.old 2009-03-17 17:32:56.000000000 +0200 +++ gconf-2.24.0.ebuild 2009-03-17 18:03:51.000000000 +0200 @@ -57,6 +57,12 @@ eautoreconf } +src_compile() { + # We need to use hosts IDL compiler if cross or native compiling, bug #262747 + gnome2_src_configure "$@" + emake ORBIT_IDL=/usr/bin/orbit-idl-2 +} + # Can't run tests, missing script. #src_test() { # emake -C tests || die "make tests failed"