maintainer-feedback requested: [Bug 259443] devel/efl: fix build on armv6/armv7
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 259443] devel/efl: fix build on armv6/armv7"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 18:55:02 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-enlightenment (Nobody) <enlightenment@FreeBSD.org> for maintainer-feedback: Bug 259443: devel/efl: fix build on armv6/armv7 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259443 --- Description --- The attached patch fixes the build of devel/efl on armv6/armv7. This patch is needed because efl has a number of ARM assembly files that do not assemble with clang's builtin assembler. Using the GNU assembler fixes this problem and makes the package build fine. Tested with Poudriere on armv7 FreeBSD 13. Please MFH if possible.