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

(-)a/makefile.old (-4 lines)
Lines 1112-1124 Link Here
1112
# but since debian doesn't seem to package the right sdl-sound version 6
1112
# but since debian doesn't seem to package the right sdl-sound version 6
1113
# months after asking, I'll link my static version instead, which asks all
1113
# months after asking, I'll link my static version instead, which asks all
1114
# the libs debian wants... way too many, but anyway...
1114
# the libs debian wants... way too many, but anyway...
1115
ifeq ("$(shell uname -n)","gentoo")
1116
# or the one for gentoo, just link SDL_sound directly !
1115
# or the one for gentoo, just link SDL_sound directly !
1117
LIBS += -lSDL_sound
1116
LIBS += -lSDL_sound
1118
else
1117
else
1119
LIBS += /usr/local/lib/libSDL_sound.a -lFLAC -lvorbisfile
1120
endif
1121
else
1122
# windows
1118
# windows
1123
# and these libs are used by SDL_sound/FLAC
1119
# and these libs are used by SDL_sound/FLAC
1124
LIBS += -logg -lvorbisfile -lws2_32 -lintl
1120
LIBS += -logg -lvorbisfile -lws2_32 -lintl

Return to bug 654336