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

Collapse All | Expand All

(-)makefile.orig (-2 / +4 lines)
Lines 61-66 Link Here
61
ifdef PROFILE
61
ifdef PROFILE
62
    FBCMPFLAGS += -profile
62
    FBCMPFLAGS += -profile
63
endif
63
endif
64
65
FBCMPFLAGS += ${FBCFLAGS}
64
66
65
ifndef LDLIBS_EXT
67
ifndef LDLIBS_EXT
66
    LDLIBS_EXT :=
68
    LDLIBS_EXT :=
Lines 71-77 Link Here
71
endif
73
endif
72
74
73
ifeq ($(HOST),linux)
75
ifeq ($(HOST),linux)
74
    FBC := fbc
76
    FBC := ${FBC}
75
endif
77
endif
76
78
77
ifeq ($(HOST),dos)
79
ifeq ($(HOST),dos)
Lines 144-150 Link Here
144
146
145
main	:= fbc.bas
147
main	:= fbc.bas
146
148
147
exepath = ../..
149
exepath = ./
148
compiler = $(exepath)/$(subst .bas,_new$(EXE),$(main))
150
compiler = $(exepath)/$(subst .bas,_new$(EXE),$(main))
149
151
150
sources := $(main)
152
sources := $(main)

Return to bug 96711