pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: graphics/MesaLib build failure on OS X 10.4.11 (Intel)



On Sat, 31 May 2008 16:09:26 -0400
"Mark E. Perkins" <perkinsm%bway.net@localhost> wrote:

> Disabling the i386 option on Intel OS X seems to be working properly.  I 
> have a few pkgs built against the latest MesaLib, and everything seems OK. 
>   Something like the patch below should do the trick.
> 
> Thanks,
> Mark
> 
> 
> --- options.mk-orig     2008-05-28 04:31:04.000000000 -0400
> +++ options.mk  2008-05-29 17:16:33.000000000 -0400
> @@ -5,7 +5,7 @@
> 
>   # Assembler code build configurations
>   .if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64") && \
> -    ${OPSYS} != "SunOS"
> +    ${OPSYS} != "SunOS" && ${OPSYS} != "Darwin"
>   PKG_SUPPORTED_OPTIONS+=                ${MACHINE_ARCH}
>   PKG_SUGGESTED_OPTIONS+=                ${MACHINE_ARCH}
>   .endif

I committed this for now.

-Tobias


Home | Main Index | Thread Index | Old Index