aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-10-10 15:19:11 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-10-11 18:26:32 +0000
commita9b2c2632500c7c7de7c60a234976441d987ef16 (patch)
tree9b5c046eae5243d10d393406ceedbe783ebf246f
parentb7c9e0e4796ce3341fa3df7f508095e1705cc6e9 (diff)
downloadports-a9b2c2632500c7c7de7c60a234976441d987ef16.tar.gz
ports-a9b2c2632500c7c7de7c60a234976441d987ef16.zip
multimedia/vvenc: disable on powerpc
-rw-r--r--multimedia/vvenc/Makefile1
1 files changed, 1 insertions, 0 deletions
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