pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/44191
The following reply was made to PR pkg/44191; it has been noted by GNATS.
From: Jeff Rizzo <riz%tastylime.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/44191
Date: Wed, 15 Dec 2010 13:13:28 -0800
On 12/15/10 1:00 PM, Jeff Rizzo wrote:
It has been pointed out that ABI might be 32 on a PPC system.
One of these checks might be better:
. if defined(ABI) && ${ABI} == "32" && ${MACHINE_ARCH} == "i386"
or
. if ${MACHINE_ARCH} == "i386"
to be more plain.
>
> +.if ${OPSYS} == "Darwin"
> +. if defined(ABI)&& ${ABI} == "32"
> +CONFIGURE_ARGS+= --cpu=i386
> +. endif
> +.endif
> +
> .if ${MACHINE_ARCH} == "x86_64"
> PLIST.x86_64= yes
> PLIST.x86= yes
>
>
Home |
Main Index |
Thread Index |
Old Index