git: e05b2992b6e7 - main - devel/fnm: unbreak on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jan 2025 16:58:02 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=e05b2992b6e7b10b5cd0d88f7ae714ed6b8f4cd3 commit e05b2992b6e7b10b5cd0d88f7ae714ed6b8f4cd3 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-24 12:24:25 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-29 16:56:39 +0000 devel/fnm: unbreak on powerpc64le --- devel/fnm/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/devel/fnm/Makefile b/devel/fnm/Makefile index 2b6bc2fe0ed4..945185cf1b95 100644 --- a/devel/fnm/Makefile +++ b/devel/fnm/Makefile @@ -11,8 +11,6 @@ WWW= https://github.com/Schniz/fnm LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64le= compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # see https://github.com/Schniz/fnm/issues/1090 - BUILD_DEPENDS= zstd>0:archivers/zstd # statically linked library USES= cargo