git: 738f9cd35f5f - 2024Q4 - devel/smfl: mark broken on FreeBSD 15
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Nov 2024 18:50:44 UTC
The branch 2024Q4 has been updated by dim: URL: https://cgit.FreeBSD.org/ports/commit/?id=738f9cd35f5ff3f5bacaded749ae28fa7973a7a0 commit 738f9cd35f5ff3f5bacaded749ae28fa7973a7a0 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2024-11-17 18:49:12 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2024-11-17 18:50:34 +0000 devel/smfl: mark broken on FreeBSD 15 PR: 281540 Approved by: amdmi3 (maintainer) MFH: 2024Q4 (cherry picked from commit 38e12e980ad5d43ed70ee71b6fa5ea23c91ed47c) --- devel/sfml/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/sfml/Makefile b/devel/sfml/Makefile index e5d8d24d4540..8d1a27f6fb4c 100644 --- a/devel/sfml/Makefile +++ b/devel/sfml/Makefile @@ -10,6 +10,8 @@ WWW= https://www.sfml-dev.org/ \ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/license.md +BROKEN_FreeBSD_15= compilation fails with libc++ 19, see PR281540 + USES= cmake compiler:c++11-lang USE_GITHUB= yes CMAKE_ON= SFML_USE_SYSTEM_DEPS