Date: Sun, 20 Feb 2022 13:10:36 +0100 From: Jan Beich <jbeich@FreeBSD.org> To: Piotr Kubaj <pkubaj@FreeBSD.org> Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 9341f0aca4ec - main - graphics/libglvnd: reduce dependency on gcc for everyone on powerpc64* by using binutils Message-ID: <1qzx-pwlf-wny@FreeBSD.org> In-Reply-To: <202202201140.21KBe5Hv075487@gitrepo.freebsd.org> (Piotr Kubaj's message of "Sun, 20 Feb 2022 11:40:05 GMT") References: <202202201140.21KBe5Hv075487@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Piotr Kubaj <pkubaj@FreeBSD.org> writes: > -USES= localbase meson pkgconfig > +BUILD_DEPENDS= as:devel/binutils > + > +USES= compiler:c++11-lib localbase meson pkgconfig > USE_LDCONFIG= yes > > USE_GITLAB= yes > @@ -27,9 +30,8 @@ X11_MESON_ENABLED= x11 glx > .include <bsd.port.options.mk> > > .if ${ARCH:Mpowerpc64*} > -USES+= compiler:gcc-c++11-lib > -.else > -USES+= compiler:c++11-lib > +CFLAGS+= -no-integrated-as > +CXXFLAGS+= -no-integrated-as > .endif If -no-integrated-as is limited to powerpc64 then devel/binutils should be as well.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1qzx-pwlf-wny>