git: 7f8141cc5811 - main - math/geogram: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Nov 2024 20:13:39 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f8141cc581124b6c89708879ba1e10f487e652d commit 7f8141cc581124b6c89708879ba1e10f487e652d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-11-10 17:50:59 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-11-10 20:13:32 +0000 math/geogram: Fix typo --- math/geogram/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/geogram/Makefile b/math/geogram/Makefile index 3033343f5064..e0d8ff1d3d91 100644 --- a/math/geogram/Makefile +++ b/math/geogram/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/BrunoLevy/geogram # was: https://github.com/alicevision LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/doc/devkit/license.dox -BROKEN_FreeBSD_15= compilation is broke with clang-19, see https://github.com/BrunoLevy/geogram/issues/188 +BROKEN_FreeBSD_15= compilation is broken with clang-19, see https://github.com/BrunoLevy/geogram/issues/188 ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= use of inline assembly for these architectures only, at least in src/lib/geogram/basic/atomics.h