Date: Sat, 12 Jun 2010 01:40:03 GMT From: Nathan Whitehorn <nwhitehorn@freebsd.org> To: gnome@FreeBSD.org Subject: Re: ports/147699: [patch] powerpc64 support for x11-toolkits/gtk20 Message-ID: <201006120140.o5C1e3jq071399@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/147699; it has been noted by GNATS. From: Nathan Whitehorn <nwhitehorn@freebsd.org> To: Koop Mast <kwm@FreeBSD.org> Cc: bug-followup@FreeBSD.org Subject: Re: ports/147699: [patch] powerpc64 support for x11-toolkits/gtk20 Date: Fri, 11 Jun 2010 19:35:13 -0500 On Fri, 11 Jun 2010 23:05:32 +0200 Koop Mast <kwm@FreeBSD.org> wrote: > Hello, > > Is the following part needed? Because it is also in bsd.port.mk:1208. > It is a bit double doing it again in the port. > > # Get the architecture > .if !defined(ARCH) > ARCH!= ${UNAME} -p > .endif > > -Koop > It does not seem so. I had just blindly copied the architecture detection code out of the xorg-server Makefile. You have to move the conditional until after the .include <bsd.port.pre.mk> for it to work, though, since ARCH isn't defined before that. -Nathan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006120140.o5C1e3jq071399>