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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- Makefile
0
++ Makefile
Lines 8-14 Link Here
8
8
9
CFLAGS := -O2 -Wall -g $(shell sdl-config --cflags) -I$(SRCDIR) -include Source/Support.h
9
CFLAGS := -O2 -Wall -g $(shell sdl-config --cflags) -I$(SRCDIR) -include Source/Support.h
10
CXXFLAGS := $(CFLAGS)
10
CXXFLAGS := $(CFLAGS)
11
LDFLAGS := $(shell sdl-config --libs) -lGL -lGLU -lopenal # -framework QuickTime
11
LDFLAGS := $(shell sdl-config --libs) -lGL -lGLU -lopenal -lalut # -framework QuickTime
12
12
13
# Don't want ogg?
13
# Don't want ogg?
14
#CFLAGS += -DNOOGG
14
#CFLAGS += -DNOOGG

Return to bug 132815