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

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +6 lines)
Line  Link Here
0
-- sauerbraten/src/Makefile
0
++ sauerbraten/src/Makefile
Lines 1-6 Link Here
1
CXXOPTFLAGS= -O3 -fomit-frame-pointer
1
ifeq ($(origin CXXFLAGS), default)
2
INCLUDES= -Ishared -Iengine -Ifpsgame -Irpggame -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`
2
	CXXFLAGS := -O3 -fomit-frame-pointer
3
CXXFLAGS= -Wall -fsigned-char $(CXXOPTFLAGS) $(INCLUDES)
3
endif
4
INCLUDES := -Ishared -Iengine -Ifpsgame -Irpggame -Ienet/include -I/usr/X11R6/include `sdl-config --cflags`
5
CXXFLAGS := $(CXXFLAGS) -Wall -fsigned-char $(INCLUDES)
4
6
5
PLATFORM_PREFIX=native
7
PLATFORM_PREFIX=native
6
8

Return to bug 111566