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

Collapse All | Expand All

(-)SConstruct.ori (-2 / +2 lines)
Lines 97-104 Link Here
97
# FLTK
97
# FLTK
98
if build_info['platform'] == 'linux' and build_info['release']:
98
if build_info['platform'] == 'linux' and build_info['release']:
99
    env.Append(CCFLAGS = ['-DUSE_FLTK'])
99
    env.Append(CCFLAGS = ['-DUSE_FLTK'])
100
    env.ParseConfig('#linux_lib/fltk-1.1.7/fltk-config --cflags')
100
    env.ParseConfig('fltk-config --cflags')
101
    env.Append(LIBPATH = ['#linux_lib/fltk-1.1.7/lib'])
101
    env.ParseConfig('fltk-config --ldflags')
102
    env.Append(LIBS = ['fltk', 'fltk_images'])
102
    env.Append(LIBS = ['fltk', 'fltk_images'])
103
103
104
# HawkNL
104
# HawkNL

Return to bug 188214