Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 56155 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +6 lines)
Line  Link Here
0
-- mod_auth_kerb-5.0_rc5.ebuild.orig   2004-08-15 04:01:32.000000000 -0500
0
++ mod_auth_kerb-5.0_rc5.ebuild        2004-08-15 05:27:35.000000000 -0500
Lines 23-30 Link Here
23
}
23
}
24
24
25
src_compile() {
25
src_compile() {
26
               CFLAGS=""
26
               econf || die "configure problem"
27
               econf || die "configure problem"
27
               emake || die "compile problem"
28
29
               NEWCFLAGS=" ${CFLAGS}"
30
               CFLAGS=${NEWCFLAGS// -/ -Wc,-}
31
               emake CFLAGS="${CFLAGS}" || die "compile problem"
28
}
32
}
29
33
30
src_install() {
34
src_install() {

Return to bug 56155