aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-05-04 00:32:13 +0800
committerjbeich <jbeich@FreeBSD.org>2016-05-04 00:32:13 +0800
commit03013679af45712095d878a299ce2d07a6c3a69e (patch)
tree586340b3fce4564396cb12617bdd77b6c6a477a1 /multimedia
parent61946823d8b828859e631a70dc251e956d944652 (diff)
downloadfreebsd-ports-gnome-03013679af45712095d878a299ce2d07a6c3a69e.tar.gz
freebsd-ports-gnome-03013679af45712095d878a299ce2d07a6c3a69e.tar.zst
freebsd-ports-gnome-03013679af45712095d878a299ce2d07a6c3a69e.zip
Work around _OFF helpers not invoking for OPTIONS_DEFINE_${ARCH}
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/vapoursynth/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/multimedia/vapoursynth/Makefile b/multimedia/vapoursynth/Makefile
index de65133f91ac..53e53d4fd06a 100644
--- a/multimedia/vapoursynth/Makefile
+++ b/multimedia/vapoursynth/Makefile
@@ -20,13 +20,11 @@ INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
DATADIR= ${PREFIX}/lib/vapoursynth
-OPTIONS_DEFINE= DEBUG DOCS FRAME_GUARD
+OPTIONS_DEFINE= DEBUG DOCS FRAME_GUARD SIMD
OPTIONS_DEFAULT=${OPTIONS_GROUP_COMPS} ${OPTIONS_GROUP_PLUGINS}
-OPTIONS_SUB= yes
-
-OPTIONS_DEFINE_amd64= SIMD
-OPTIONS_DEFINE_i386= SIMD
OPTIONS_DEFAULT_amd64= SIMD
+OPTIONS_EXCLUDE=${ARCH:Namd64:Ni386:C/.+/SIMD/}
+OPTIONS_SUB= yes
OPTIONS_GROUP= COMPS PLUGINS
COMPS_DESC= Components