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

Collapse All | Expand All

(-)a/src/Makefile (+8 lines)
Lines 49-54 ifdef RELEASE Link Here
49
CFLAGS := $(CFLAGS) -DBUILD_RELEASE
49
CFLAGS := $(CFLAGS) -DBUILD_RELEASE
50
endif
50
endif
51
51
52
ifdef DATADIR
53
CFLAGS := $(CFLAGS) -DCONFIGURE_FHEROES2_DATA=\"$(DATADIR)\"
54
endif
55
56
ifdef LOCALEDIR
57
CFLAGS := $(CFLAGS) -DCONFIGURE_FHEROES2_LOCALEDIR=\"$(LOCALEDIR)\"
58
endif
59
52
CFLAGS := $(SDL_FLAGS) $(CFLAGS)
60
CFLAGS := $(SDL_FLAGS) $(CFLAGS)
53
LIBS := $(SDL_LIBS) $(LIBS)
61
LIBS := $(SDL_LIBS) $(LIBS)
54
62

Return to bug 279781