Date: Wed, 16 Feb 2005 09:49:27 -0800 From: "David O'Brien" <obrien@freebsd.org> To: Alexander Leidinger <Alexander@Leidinger.net> Cc: freebsd-emulation@freebsd.org Subject: Re: AMD64 patch for 'ports/x11-toolkits/linux-gtk' Message-ID: <20050216174927.GE82895@dragon.nuxi.com> In-Reply-To: <20050216115352.iuw5qn60cowsokso@netchild.homeip.net> References: <20050216081236.GA34471@dragon.nuxi.com> <20050216083118.GA37339@dragon.nuxi.com> <20050216115352.iuw5qn60cowsokso@netchild.homeip.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Feb 16, 2005 at 11:53:52AM +0100, Alexander Leidinger wrote: > David O'Brien <obrien@freebsd.org> wrote: > > >On Wed, Feb 16, 2005 at 12:12:36AM -0800, David O'Brien wrote: > >Any have a problem with this updated patch? > > > >1. uses "ARCH" instead of "MACHINE_ARCH" > > What's the content of those variables on pc98? Will this port still work on > those systems? from ports/Mk/bsd.port.mk: # ARCH - The architecture of the target machine, such as would be # returned by "uname -p". (Note: Ports should test against # ARCH, and not the host machine's architecture which is # MACHINE_ARCH, to enable ports to be cross-built.) Oh, sorry I missed some s/MACHINE_ARCH/ARCH/. For pc98 this will work. Ports don't make a distinction in the kernel architecture (the place you see the difference between i386 and pc98. -- -- David (obrien@FreeBSD.org)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050216174927.GE82895>