Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 210050
Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +2 lines)
Line  Link Here
0
-- boost-build-1.34.1-r1.ebuild        2008-02-13 20:47:45.000000000 +0000
0
++ boost-build-1.34.1.ebuild           2008-02-13 14:06:01.000000000 +0000
Lines 60-70 Link Here
60
       #    and link targets to make it use the LDFLAGS var, or
60
       #    and link targets to make it use the LDFLAGS var, or
61
       # b) a simple dirty workaround by injecting the LDFLAGS in the LIBS env var
61
       # b) a simple dirty workaround by injecting the LDFLAGS in the LIBS env var
62
       #    (which should not be set by us).
62
       #    (which should not be set by us).
63
       if [[ "${LDFLAGS}" != "" ]] ; then
63
       LIBS="${LDFLAGS}" CC=$(tc-getCC) ./build.sh ${toolset} $(use_with python) || die "building bjam failed"
64
               LIBS="${LDFLAGS}" CC=$(tc-getCC) ./build.sh ${toolset} $(use_with python) || die "building bjam failed"
65
       else
66
               CC=$(tc-getCC) ./build.sh ${toolset} $(use_with python) || die "building bjam failed"
67
       fi
68
}
64
}
69
src_install() {
65
src_install() {

Return to bug 210050