ports/147699: [patch] powerpc64 support for x11-toolkits/gtk20
Nathan Whitehorn
nwhitehorn at freebsd.org
Sat Jun 12 01:40:03 UTC 2010
The following reply was made to PR ports/147699; it has been noted by GNATS.
From: Nathan Whitehorn <nwhitehorn at freebsd.org>
To: Koop Mast <kwm at FreeBSD.org>
Cc: bug-followup at 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 at 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
More information about the freebsd-gnome
mailing list