git: bb82d0e6e11d - main - biology/lamarc: Mark BROKEN on 14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Aug 2023 06:57:26 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=bb82d0e6e11daebe05cb08b58987e3b18df0d2e3 commit bb82d0e6e11daebe05cb08b58987e3b18df0d2e3 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-18 05:52:12 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-18 06:57:13 +0000 biology/lamarc: Mark BROKEN on 14 Fails to compile with: error: no matching function for call to 'make_pair' Sponsored by: The FreeBSD Foundation --- biology/lamarc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/biology/lamarc/Makefile b/biology/lamarc/Makefile index 33ecc2c9c6f7..46f4e102635a 100644 --- a/biology/lamarc/Makefile +++ b/biology/lamarc/Makefile @@ -12,6 +12,8 @@ WWW= https://evolution.genetics.washington.edu/lamarc/ LICENSE= APACHE20 +BROKEN_FreeBSD_14= fails to compile: no matching function for call to 'make_pair' + USE_CXXSTD= c++98 GNU_CONFIGURE= yes