git: 6cf6f1b1fa96 - main - archivers/unarchiver: enable on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Apr 2022 17:25:26 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=6cf6f1b1fa964a5d85ae8557c134240ce733b2fd commit 6cf6f1b1fa964a5d85ae8557c134240ce733b2fd Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-04-21 17:11:10 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-04-21 17:11:10 +0000 archivers/unarchiver: enable on powerpc64 --- archivers/unarchiver/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/archivers/unarchiver/Makefile b/archivers/unarchiver/Makefile index 1fc15efe3534..0167acf7f297 100644 --- a/archivers/unarchiver/Makefile +++ b/archivers/unarchiver/Makefile @@ -13,8 +13,6 @@ COMMENT= Unarchiver for a vast variety of file formats LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/License.txt -BROKEN_powerpc64= fails to compile: Your gnustep-base was configured for the objc-nonfragile-abi but you are not using it now. - # XXX: USES=gnustep overrides MAKEFILE we set below, so depend explicitly LIB_DEPENDS= libgnustep-base.so:lang/gnustep-base \ libicuuc.so:devel/icu \