Created attachment 238034 [details] lang/see: fix build on armv7 arm64 riscv64 Add missing architecture defines to dtoa_config.h Tested with Poudriere on armv7 arm64 FreeBSD 13.1. Riscv64 should work fine, too, but I don't have my riscv box running right now. Please MFH if possible.
@Šimun Mikecin Do you approve of the patch?
(In reply to Robert Clausecker from comment #1) Approved.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a61ecde1c605d0eea2f5daf7516eff383d6d508a commit a61ecde1c605d0eea2f5daf7516eff383d6d508a Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2022-11-12 16:16:17 +0000 Commit: Koichiro Iwao <meta@FreeBSD.org> CommitDate: 2022-12-05 06:25:59 +0000 lang/see: fix build on armv7 arm64 riscv64 Add missing architecture cases to dtoa_config.h. PR: 267729 lang/see/Makefile | 3 --- lang/see/files/patch-libsee_dtoa__config.h (new) | 12 ++++++++++++ 2 files changed, 12 insertions(+), 3 deletions(-)
A commit in branch 2022Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8572b339f903636fff0c86fdd8cf15bf836e90db commit 8572b339f903636fff0c86fdd8cf15bf836e90db Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2022-11-12 16:16:17 +0000 Commit: Koichiro Iwao <meta@FreeBSD.org> CommitDate: 2022-12-05 06:27:46 +0000 lang/see: fix build on armv7 arm64 riscv64 Add missing architecture cases to dtoa_config.h. PR: 267729 (cherry picked from commit a61ecde1c605d0eea2f5daf7516eff383d6d508a) lang/see/Makefile | 3 --- lang/see/files/patch-libsee_dtoa__config.h (new) | 12 ++++++++++++ 2 files changed, 12 insertions(+), 3 deletions(-)
Committed, thanks!