Index: audit-1.7.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.4.ebuild,v retrieving revision 1.7 diff -u -B -r1.7 audit-1.7.4.ebuild --- audit-1.7.4.ebuild 4 Apr 2011 23:02:19 -0000 1.7 +++ audit-1.7.4.ebuild 10 Apr 2011 13:43:54 -0000 @@ -67,6 +67,10 @@ # Regenerate autotooling eautoreconf + # Bug #362037 Fix compilation with gcc-4.6.0 + sed -i -e "s:mode_t:rmode_t:" ${S}/audisp/plugins/remote/remote-config.h || + die "Failed to correct use of mode_t" + # Disable byte-compilation of Python modules. echo "#!/bin/sh" > py-compile