Date: Sat, 2 Apr 2005 10:19:26 +0200 From: Francois Tigeot <ftigeot@wolfpond.org> To: "David O'Brien" <obrien@freebsd.org> Cc: freebsd-amd64@freebsd.org Subject: Re: Working and broken Linux ports on amd64 Message-ID: <20050402081925.GB38154@aoi.wolfpond.org> In-Reply-To: <20050402011541.GA33607@dragon.NUXI.org> References: <BE719A37.36B77%michael.hopkins@hopkins-research.com> <790a9fff050331080572081eb6@mail.gmail.com> <2fd864e05033109061a68554d@mail.gmail.com> <20050331203915.GH1687@dragon.NUXI.org> <20050331155046.21a5d323@dolphin.local.net> <20050401055721.GA72973@aoi.wolfpond.org> <20050402011541.GA33607@dragon.NUXI.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 01, 2005 at 05:15:41PM -0800, David O'Brien wrote: > On Fri, Apr 01, 2005 at 07:57:21AM +0200, Francois Tigeot wrote: > > This one can be fixed by the patch in this PR: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/79009 > > The patch isn't quite right -- don't [re]define MACHINE_ARCH, change any > instance of "MACHINE_ARCH" to "ARCH". This part is for graphics/linux-jpeg. This port includes the Makefile of x11-toolkits/linux-gtk instead of bsd.port.{post|pre}.mk . With the current port, MACHINE_ARCH is defined and ARCH is not. I believe ARCH is defined in bsd.port.pre.mk. Since bsd.port.pre.mk cannot be included twice, I would need to copy most of the content of x11-toolkits/linux-gtk/Makefile into linux-jpeg/Makefile just to use the ARCH variable. I would like to avoid this if there is a better way. -- Francois Tigeot
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050402081925.GB38154>