diff options
Diffstat (limited to 'dev-lang/lazarus/files/lazarus-0.9.24-cputarget.patch')
-rw-r--r-- | dev-lang/lazarus/files/lazarus-0.9.24-cputarget.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-lang/lazarus/files/lazarus-0.9.24-cputarget.patch b/dev-lang/lazarus/files/lazarus-0.9.24-cputarget.patch deleted file mode 100644 index 81507408c1a0..000000000000 --- a/dev-lang/lazarus/files/lazarus-0.9.24-cputarget.patch +++ /dev/null @@ -1,14 +0,0 @@ - - Bug #201666: CPU_TARGET is not yet set when looking for fpc, so don't use it - ---- lazarus/Makefile -+++ lazarus/Makefile -@@ -107,7 +107,7 @@ - FPCPROG:=$(strip $(wildcard $(addsuffix /fpc$(SRCEXEEXT),$(SEARCHPATH)))) - ifneq ($(FPCPROG),) - FPCPROG:=$(firstword $(FPCPROG)) --FPC:=$(shell $(FPCPROG) -P$(CPU_TARGET) -PB) -+FPC:=$(shell $(FPCPROG) -PB) - ifneq ($(findstring Error,$(FPC)),) - override FPC=$(firstword $(strip $(wildcard $(addsuffix /ppc386$(SRCEXEEXT),$(SEARCHPATH))))) - endif |