git: a9b2c2632500 - main - multimedia/vvenc: disable on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Oct 2023 18:27:12 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a9b2c2632500c7c7de7c60a234976441d987ef16
commit a9b2c2632500c7c7de7c60a234976441d987ef16
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-10-10 15:19:11 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-10-11 18:26:32 +0000
multimedia/vvenc: disable on powerpc
---
multimedia/vvenc/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/multimedia/vvenc/Makefile b/multimedia/vvenc/Makefile
index 1be760e37df0..06098425960e 100644
--- a/multimedia/vvenc/Makefile
+++ b/multimedia/vvenc/Makefile
@@ -12,6 +12,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BROKEN_i386= compilation fails: error: use of undeclared identifier 'read_x86_extension_flags'
+BROKEN_powerpc= compilation fails: error: use of undeclared identifier 'read_x86_extension_flags'
USES= cmake:testing compiler:c++14-lang
USE_LDCONFIG= yes