--- /usr/portage/www-apache/mod_auth_kerb/mod_auth_kerb-5.4.ebuild 2009-09-17 08:50:34.000000000 +0200 +++ mod_auth_kerb-5.4-r0.ebuild 2010-10-05 10:04:59.000000000 +0200 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.4.ebuild,v 1.1 2009/09/17 06:50:34 hollow Exp $ -inherit apache-module +inherit apache-module eutils DESCRIPTION="An Apache authentication module using Kerberos." HOMEPAGE="http://modauthkerb.sourceforge.net/" @@ -23,6 +23,12 @@ need_apache +src_unpack() { + unpack "${A}" + cd "${S}" + epatch "${FILESDIR}/${PN}-5.4-gssapi_krb5.patch" +} + src_compile() { CFLAGS="" APXS="${APXS}" econf --with-krb5=/usr --without-krb4 || die "econf failed" emake || die "emake failed"