Mark port as ONLY_FOR_ARCHS=amd64 i386, as it supports hardware

specific to those architectures.

PR:		214561
Submitted by:	matthew@reztek.cz
This commit is contained in:
Guido Falsi 2016-11-17 14:27:59 +00:00
parent aac4f4ab6b
commit a13a4f9bae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426285

View file

@ -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//' \