Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2020 14:39:04 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Hans Petter Selasky <hselasky@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r534909 - head/multimedia/webcamd
Message-ID:  <7dxi-bq8n-wny@FreeBSD.org>
In-Reply-To: <202005111220.04BCKdwW092941@repo.freebsd.org> (Hans Petter Selasky's message of "Mon, 11 May 2020 12:20:39 %2B0000 (UTC)")
References:  <202005111220.04BCKdwW092941@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hans Petter Selasky <hselasky@FreeBSD.org> writes:

> -.include <bsd.port.options.mk>
> -
> -.if ${ARCH} == amd64 || ${ARCH} == aarch64
> -OPTIONS_DEFAULT+=	COMPAT32
> -.endif
> +#
> +# 32-bit compatibility support is mostly useful for
> +# platforms using 32-bit applications:
> +#
> +OPTIONS_DEFINE_amd64=		COMPAT32
> +OPTIONS_DEFINE_aarch64=		COMPAT32
> +OPTIONS_DEFAULT_amd64=		COMPAT32
> +OPTIONS_DEFAULT_aarch64=	COMPAT32

32-bit applications are *not supported* on FreeBSD aarch64 because:
- https://svnweb.freebsd.org/changeset/base/343004 only exists on -CURRENT
- LIB32 is in BROKEN_OPTIONS, see /usr/src/share/mk/src.opts.mk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7dxi-bq8n-wny>