[Bug 259443] devel/efl: fix build on armv6/armv7

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 26 Oct 2021 12:01:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259443

--- Comment #6 from Robert Clausecker <fuz@fuz.su> ---
(In reply to Mikael Urankar from comment #3)

The -no-integrated-as option causes clang to use as(1) for assembly instead of
its internal assembler. FreeBSD has stopped shipping as(1) a while ago, so
as(1) from binutils is needed on these versions of the OS.  The BUILD_DEPENDS
line depending on the command makes sure the dependency is only required when
as(1) is not already installed.

-- 
You are receiving this mail because:
You are the assignee for the bug.