--- inspircd-1.1.23.ebuild.original 2009-08-16 15:38:57.000000000 +0000 +++ inspircd-1.1.23.ebuild 2009-08-20 20:24:10.000000000 +0000 @@ -36,11 +36,11 @@ if use zlib ; then cp extra/m_ziplink.cpp . fi if use openssl || use gnutls ; then cp extra/m_sslinfo.cpp . - cp extra/m_ssl_oper_cert.cpp + cp extra/m_ssl_oper_cert.cpp . fi if use ldap ; then cp extra/m_ldapauth.cpp . fi @@ -79,11 +79,11 @@ --library-dir="/usr/$(get_libdir)/inspircd" \ --module-dir="/usr/$(get_libdir)/inspircd/modules" \ || die "configure failed" ./configure -modupdate || die "modupdate failed" - emake || die "emake failed" + emake CC="$(tc-getCXX)" || die "emake failed" } src_install() { # the inspircd buildsystem does not create these, its configure script # does. so, we have to make sure they are there.