git: 95bea92cc31a - main - security/liboqs: also not supported on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Oct 2021 12:09:05 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=95bea92cc31a8974a871f3a8be0d812a58dde13f commit 95bea92cc31a8974a871f3a8be0d812a58dde13f Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-10-22 11:42:09 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-10-22 11:42:09 +0000 security/liboqs: also not supported on powerpc --- security/liboqs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/security/liboqs/Makefile b/security/liboqs/Makefile index 0a6aacb4d1fb..fcb362e0f477 100644 --- a/security/liboqs/Makefile +++ b/security/liboqs/Makefile @@ -9,6 +9,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt BROKEN_i386= Unknown or unsupported processor: i386 +BROKEN_powerpc= Unknown or unsupported processor: powerpc TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}