Created attachment 264123 [details] Fix build on 13.5-RELEASE
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b59069e2331755ac47a9a0c7129ea529b46afa9 commit 5b59069e2331755ac47a9a0c7129ea529b46afa9 Author: mew14930xvi <mew14930xvi@inbox.lv> AuthorDate: 2025-09-28 14:26:33 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-09-28 14:29:26 +0000 astro/openuniverse: Fix build on 13 ld: error: undefined symbol: ftime >>> referenced by ou.cpp >>> ou.o:(Idle()) >>> did you mean: ctime >>> defined in: /lib/libc.so.7 PR: 289876 Fixes: c5f57c13a292 (Fix freeglut runtime error) MFH: 2025Q3 astro/openuniverse/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)
A commit in branch 2025Q3 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c0b0a6b9d3856e702cd64caa57991d1663bdbdba commit c0b0a6b9d3856e702cd64caa57991d1663bdbdba Author: mew14930xvi <mew14930xvi@inbox.lv> AuthorDate: 2025-09-28 14:26:33 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-09-28 14:31:04 +0000 astro/openuniverse: Fix build on 13 ld: error: undefined symbol: ftime >>> referenced by ou.cpp >>> ou.o:(Idle()) >>> did you mean: ctime >>> defined in: /lib/libc.so.7 PR: 289876 Fixes: c5f57c13a292 (Fix freeglut runtime error) MFH: 2025Q3 (cherry picked from commit 5b59069e2331755ac47a9a0c7129ea529b46afa9) astro/openuniverse/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)
Thanks.