git: 221859ddc843 - main - astro/kstars: IGNORE on i386
Max Brazhnikov <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=221859ddc8432a79fe21fd82153b2d7a640717f3 commit 221859ddc8432a79fe21fd82153b2d7a640717f3 Author: Max Brazhnikov <[email protected]> AuthorDate: 2026-08-18 11:09:39 +0000 Commit: Max Brazhnikov <[email protected]> CommitDate: 2026-08-18 11:09:39 +0000 astro/kstars: IGNORE on i386 ld: error: failed to open kstars/kstars: Cannot allocate memory --- astro/kstars/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile index 4c71a3e9942f..fa6ad3b4766d 100644 --- a/astro/kstars/Makefile +++ b/astro/kstars/Makefile @@ -10,6 +10,9 @@ WWW= https://edu.kde.org/kstars LICENSE= GPLv2 +# ld: error: failed to open kstars/kstars: Cannot allocate memory +IGNORE_i386= fails to build on i386 + LIB_DEPENDS= libXISF.so:graphics/libxisf \ libcfitsio.so:astro/cfitsio \ libqt6keychain.so:security/qtkeychain@qt6 \