diff options
author | madpilot <madpilot@FreeBSD.org> | 2016-11-17 22:27:59 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2016-11-17 22:27:59 +0800 |
commit | a9ec1cb628deb1b9aefb8679630829c825e8d7c3 (patch) | |
tree | a7610b454ccf5fb3f7605196b2a9383f0d1fbcb9 | |
parent | b548bf8873741fbf2aae8a14c2528fad8460a850 (diff) | |
download | freebsd-ports-gnome-a9ec1cb628deb1b9aefb8679630829c825e8d7c3.tar.gz freebsd-ports-gnome-a9ec1cb628deb1b9aefb8679630829c825e8d7c3.tar.zst freebsd-ports-gnome-a9ec1cb628deb1b9aefb8679630829c825e8d7c3.zip |
Mark port as ONLY_FOR_ARCHS=amd64 i386, as it supports hardware
specific to those architectures.
PR: 214561
Submitted by: matthew@reztek.cz
-rw-r--r-- | multimedia/libva-intel-driver/Makefile | 3 |
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//' \ |