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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- snes9x-1.5-src/Makefile.in
0
++ snes9x-1.5-src/Makefile.in
Lines 17-20 Link Here
17
CHEATS=1
17
CHEATS=1
18
2XSAI=1
18
2XSAI=1
19
EXTRALIBS=@LDFLAGS@
19
20
20
#Fairly good and special-char-safe descriptor of the os being built on.
21
#Fairly good and special-char-safe descriptor of the os being built on.
Lines 188-192 Link Here
188
CPUFLAGS=-ml  -m4-single-only
189
CPUFLAGS=-ml  -m4-single-only
189
else
190
else
190
OPTIMISE = @OPTIMIZE@
191
OPTIMISE = @CFLAGS@
191
endif
192
endif
192
193
Lines 244-249 Link Here
244
else
244
else
245
OFFSET=
245
OFFSET=
246
endif
246
endif
247
OFFSET=$(CPU)/offsets.h
247
248
248
offsets: offsets.o
249
offsets: offsets.o
249
	$(CCC) $(INCLUDES) -o $@ offsets.o
250
	$(CCC) $(INCLUDES) -o $@ offsets.o

Return to bug 139347