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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +6 lines)
Line  Link Here
0
-- dev-python/pygame/pygame-1.7.1.ebuild  2007-08-07 10:06:01.000000000 +0200
0
++ dev-python/pygame/pygame-1.7.1.ebuild  2008-03-11 01:16:50.000000000 +0100
Lines 28-33 Link Here
28
        unpack ${A}
28
        unpack ${A}
29
        # Search correct libdir for existing sdl libs
29
        # Search correct libdir for existing sdl libs
30
        sed -i -e "s:/lib:/$(get_libdir):" ${S}/config_unix.py || die
30
        sed -i -e "s:/lib:/$(get_libdir):" ${S}/config_unix.py || die
31
32
        if ! use X; then
33
                cd "${S}"
34
                epatch "${FILESDIR}/no-x11.patch"
35
        fi
31
}
36
}
32
src_install() {
37
src_install() {

Return to bug 89486