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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- purify_v03-source/purify/Makefile
0
++ purify_v03-source/purify/Makefile
Lines 2-9 Link Here
2
include phoenix/Makefile
2
include phoenix/Makefile
3
3
4
path := /usr/local/bin
4
path := /usr/local/bin
5
flags := -I. -O3 -fomit-frame-pointer
5
flags := -I. $(CXXFLAGS)
6
link := -s
6
link := $(LDFLAGS)
7
objects := obj/phoenix.o obj/purify.o
7
objects := obj/phoenix.o obj/purify.o
8
8
9
ifeq ($(platform),x)
9
ifeq ($(platform),x)

Return to bug 254471