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

Collapse All | Expand All

(-)src/SConscript.origin (-1 / +2 lines)
Lines 42-47 Link Here
42
# Copy Build Environment #
42
# Copy Build Environment #
43
#------------------------#
43
#------------------------#
44
local_env = env.Copy()
44
local_env = env.Copy()
45
SConsignFile()
45
46
46
#--------------------------#
47
#--------------------------#
47
# Modify Build Environment #
48
# Modify Build Environment #
Lines 49-55 Link Here
49
if sound == 'openal':
50
if sound == 'openal':
50
    local_env.Append(CCFLAGS = '-DHAVE_OPENAL=1')
51
    local_env.Append(CCFLAGS = '-DHAVE_OPENAL=1')
51
else:
52
else:
52
    local_env.Append('-DHAVE_FMOD=1')
53
    local_env.Append(CCFLAGS = '-DHAVE_FMOD=1')
53
54
54
local_env.ParseConfig('sdl-config --cflags')
55
local_env.ParseConfig('sdl-config --cflags')
55
local_env.ParseConfig('sdl-config --libs')
56
local_env.ParseConfig('sdl-config --libs')

Return to bug 98094