public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/lazarus/files: lazarus-0.9.24-cputarget.patch
@ 2007-12-09  8:37 Harald van Dijk (truedfx)
  0 siblings, 0 replies; only message in thread
From: Harald van Dijk (truedfx) @ 2007-12-09  8:37 UTC (permalink / raw
  To: gentoo-commits

truedfx     07/12/09 08:37:47

  Added:                lazarus-0.9.24-cputarget.patch
  Log:
  Restore part of Makefile so that non-x86 can build lazarus
  (Portage version: 2.1.4_rc9)

Revision  Changes    Path
1.1                  dev-lang/lazarus/files/lazarus-0.9.24-cputarget.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/lazarus/files/lazarus-0.9.24-cputarget.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/lazarus/files/lazarus-0.9.24-cputarget.patch?rev=1.1&content-type=text/plain

Index: lazarus-0.9.24-cputarget.patch
===================================================================

  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



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-09  8:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-09  8:37 [gentoo-commits] gentoo-x86 commit in dev-lang/lazarus/files: lazarus-0.9.24-cputarget.patch Harald van Dijk (truedfx)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox