Created attachment 237081 [details] devel/qt6-base: fix build on armv6/armv7 The port bundles assembly code from the pixman library. On armv6/armv7, the GNU assembler is required to assemble it. Pass appropriate flags to do so. Tested on armv7 FreeBSD 13.1. Please MFH if possible.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=76fa8695d9c814e0d5e9b8e28bcf6e897422b435 commit 76fa8695d9c814e0d5e9b8e28bcf6e897422b435 Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2022-10-04 22:03:00 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-10-14 06:19:27 +0000 devel/qt6-base: fix build on armv6/armv7 The port bundles assembly code from the pixman library. On armv6/armv7, the GNU assembler is required to assemble it. Pass appropriate flags to do so. PR: 266829 devel/qt6-base/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-)
A commit in branch 2022Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f387e9fd61632bd41ebb66e6808d6b1875aacd0e commit f387e9fd61632bd41ebb66e6808d6b1875aacd0e Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2022-10-04 22:03:00 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-10-14 07:19:10 +0000 devel/qt6-base: fix build on armv6/armv7 The port bundles assembly code from the pixman library. On armv6/armv7, the GNU assembler is required to assemble it. Pass appropriate flags to do so. PR: 266829 (cherry picked from commit 76fa8695d9c814e0d5e9b8e28bcf6e897422b435) devel/qt6-base/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-)
Thank you for the commits.