aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libva-intel-driver
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2016-11-17 14:27:59 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2016-11-17 14:27:59 +0000
commita13a4f9bae099692153cad15105d60d51a181ceb (patch)
treea7610b454ccf5fb3f7605196b2a9383f0d1fbcb9 /multimedia/libva-intel-driver
parentaac4f4ab6b70ea559999e6645658f9c81106cf8c (diff)
downloadports-a13a4f9bae099692153cad15105d60d51a181ceb.tar.gz
ports-a13a4f9bae099692153cad15105d60d51a181ceb.zip
Mark port as ONLY_FOR_ARCHS=amd64 i386, as it supports hardware
specific to those architectures. PR: 214561 Submitted by: matthew@reztek.cz
Notes
Notes: svn path=/head/; revision=426285
Diffstat (limited to 'multimedia/libva-intel-driver')
-rw-r--r--multimedia/libva-intel-driver/Makefile3
1 files changed, 2 insertions, 1 deletions
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//' \