git: f9b22adac196 - main - lang/gnat12: pre-built assets not yet available for FreeBSD-16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Oct 2025 12:19:24 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=f9b22adac19652d4bfd8e1e72efc5494db842d32 commit f9b22adac19652d4bfd8e1e72efc5494db842d32 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2025-10-07 12:11:45 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2025-10-07 12:19:21 +0000 lang/gnat12: pre-built assets not yet available for FreeBSD-16 Based on an idea by mat@. --- lang/gnat12/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/gnat12/Makefile b/lang/gnat12/Makefile index 63e6fbb1acb7..20a99fa79573 100644 --- a/lang/gnat12/Makefile +++ b/lang/gnat12/Makefile @@ -68,7 +68,7 @@ OPTIONS_DEFINE_powerpc64+= MULTILIB .endif OPTIONS_RADIO= BOOTSTRAP OPTIONS_RADIO_BOOTSTRAP= GCC6AUX PREVASSET -OPTIONS_DEFAULT= PREVASSET +OPTIONS_DEFAULT= ${"${OSVERSION:M1600*}" == "":?PREVASSET:GCC6AUX} .if defined(PACKAGE_BUILDING) OPTIONS_DEFAULT+= ASSETS .endif