aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhale <jhale@FreeBSD.org>2015-06-15 07:52:36 +0800
committerjhale <jhale@FreeBSD.org>2015-06-15 07:52:36 +0800
commit19b3b7115dd8c7cad7733ba7641ced6ae266531d (patch)
tree9f86db0208c942ec9c8ea229869634175ed0de74
parent71cadae1562ef778a99d3dacd05fec3065dceb63 (diff)
downloadfreebsd-ports-graphics-19b3b7115dd8c7cad7733ba7641ced6ae266531d.tar.gz
freebsd-ports-graphics-19b3b7115dd8c7cad7733ba7641ced6ae266531d.tar.zst
freebsd-ports-graphics-19b3b7115dd8c7cad7733ba7641ced6ae266531d.zip
- Make SIMD option default across the board. The behavior should be the same
since the package builders don't set CPUTYPE. Suggested by: tijl
-rw-r--r--graphics/opencv/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile
index cbee06e41e2..8fc901b25c2 100644
--- a/graphics/opencv/Makefile
+++ b/graphics/opencv/Makefile
@@ -49,10 +49,7 @@ OPTIONS_GROUP_PERFORMANCE= EIGEN3 TBB
OPTIONS_GROUP_VIDEO= FFMPEG GSTREAMER V4L XINE
OPTIONS_RADIO= GUI
OPTIONS_RADIO_GUI= GTK2 QT4
-OPTIONS_DEFAULT= EIGEN3 JASPER JPEG PNG TIFF V4L
-.if !defined(PACKAGE_BUILDING)
-OPTIONS_DEFAULT= SIMD
-.endif
+OPTIONS_DEFAULT= EIGEN3 JASPER JPEG PNG SIMD TIFF V4L
OPTIONS_SUB= yes
.if defined(OCV_CORE)
OPTIONS_EXCLUDE= DC1394 EXAMPLES GTK2 QT4 JASPER JPEG NONFREE OPENEXR \