aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2019-10-01 17:38:47 +0800
committerlinimon <linimon@FreeBSD.org>2019-10-01 17:38:47 +0800
commit525d236f384b3c9ec5f8aba086c52ff7719ecabf (patch)
treed1e06183bbe84d50668b61be7055f1eac5642c9d /graphics
parent48ef5ad9bf51f528b61757f41849884d831fb1d3 (diff)
downloadfreebsd-ports-gnome-525d236f384b3c9ec5f8aba086c52ff7719ecabf.tar.gz
freebsd-ports-gnome-525d236f384b3c9ec5f8aba086c52ff7719ecabf.tar.zst
freebsd-ports-gnome-525d236f384b3c9ec5f8aba086c52ff7719ecabf.zip
Switch from BROKEN_i386 to ONLY_FOR_ARCHS=amd64.
This port makes use of SSE instructions, and Intel's documentation only claims to support 64-bit x86. Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/oidn/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/oidn/Makefile b/graphics/oidn/Makefile
index 29d2d216e929..efafbda6d028 100644
--- a/graphics/oidn/Makefile
+++ b/graphics/oidn/Makefile
@@ -12,7 +12,8 @@ COMMENT= Intel(R) Open Image Denoise library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-BROKEN_i386= Intel(R) MKL-DNN supports 64 bit platforms only (oidn contains a custom version of mkl-dnn, see math/mkl-dnn)
+ONLY_FOR_ARCHS= amd64
+ONLY_FOR_ARCHS_REASON= Intel(R) MKL-DNN supports x86 64 bit platforms only (oidn contains a custom version of mkl-dnn, see math/mkl-dnn)
LIB_DEPENDS= libtbb.so:devel/tbb