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

Collapse All | Expand All

(-)SConstruct.old (+1 lines)
Lines 31-36 Link Here
31
    CPPFLAGS='-march=prescott -O2 -pipe -fomit-frame-pointer'.split()+CPP_FLAGS
31
    CPPFLAGS='-march=prescott -O2 -pipe -fomit-frame-pointer'.split()+CPP_FLAGS
32
)
32
)
33
env.SConsignFile()
33
env.SConsignFile()
34
env.ParseConfig('pkg-config --cflags Magick++')
34
35
35
def fix_includes(target,source,env):
36
def fix_includes(target,source,env):
36
    for t in target:
37
    for t in target:

Return to bug 215038