https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230603
--- Comment #12 from [email protected] --- A commit references this bug: Author: tcberner Date: Sat Dec 29 18:47:12 UTC 2018 New revision: 488682 URL: https://svnweb.freebsd.org/changeset/ports/488682 Log: astro/kstars: fix linking with lld7 kstars tries to pass -z nodump to the linker, which is not supported by lld7. This patch adds a little CMake function to check whether the linker accepts that flag, and if not does not add it. PR: 230603 Reported by: jbeich Changes: head/astro/kstars/files/ head/astro/kstars/files/patch-git_b7d677a -- You are receiving this mail because: You are the assignee for the bug.
