From a13a4f9bae099692153cad15105d60d51a181ceb Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Thu, 17 Nov 2016 14:27:59 +0000 Subject: [PATCH] Mark port as ONLY_FOR_ARCHS=amd64 i386, as it supports hardware specific to those architectures. PR: 214561 Submitted by: matthew@reztek.cz --- multimedia/libva-intel-driver/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/multimedia/libva-intel-driver/Makefile b/multimedia/libva-intel-driver/Makefile index 22faa8f16ce9..d64c0d3d278b 100644 --- a/multimedia/libva-intel-driver/Makefile +++ b/multimedia/libva-intel-driver/Makefile @@ -23,7 +23,8 @@ USE_LDCONFIG= yes PLIST_FILES= lib/va/i965_drv_video.so -BROKEN_aarch64= Fails to compile: fatal error: intel_bufmgr.h file not found +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= Driver for hardware present only on intel i386 and amd64 CPUs post-patch: .SILENT ${REINPLACE_CMD} -e 's/-ldl//' \