svn commit: r476989 - head/lang/ponyc

Mathieu Arnold mat at FreeBSD.org
Sun Aug 12 18:26:16 UTC 2018


On Sun, Aug 12, 2018 at 01:16:00PM +0000, Thomas Zander wrote:
> +
> +# Pony defaults to 'native', which
> +# a) doesn't work on aarch64
> +# b) is not appropriate for official OS packages
> +.if "${ARCH}" == aarch64
> +PONYARCH?=	armv8-a
> +.elif "${ARCH}" == amd64
> +# Can't use 'x86-64' because atomics are required
> +PONYARCH?=	core2
> +.endif

This is most likely broken, ARCH is not defined before any include.

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20180812/73669d5a/attachment.sig>


More information about the svn-ports-head mailing list