git: cc5fac5e3ddf - main - devel/efl: Remove @native flavor from binutils dependency.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Oct 2021 15:01:29 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc5fac5e3ddff6024c1f32dd91c2de25d234a346 commit cc5fac5e3ddff6024c1f32dd91c2de25d234a346 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2021-10-26 15:00:11 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2021-10-26 15:01:24 +0000 devel/efl: Remove @native flavor from binutils dependency. PR: 259443 Reported by: mikael --- devel/efl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/efl/Makefile b/devel/efl/Makefile index 7d67b864655a..e5e8da216ba0 100644 --- a/devel/efl/Makefile +++ b/devel/efl/Makefile @@ -306,7 +306,7 @@ MESON_ARGS+= -Db_asneeded=false .endif .if ${ARCH:Marmv?} -BUILD_DEPENDS+= as:devel/binutils@native +BUILD_DEPENDS+= as:devel/binutils CFLAGS+= -no-integrated-as .endif