diff options
author | jhale <jhale@FreeBSD.org> | 2015-06-15 07:52:36 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2015-06-15 07:52:36 +0800 |
commit | 19b3b7115dd8c7cad7733ba7641ced6ae266531d (patch) | |
tree | 9f86db0208c942ec9c8ea229869634175ed0de74 /graphics | |
parent | 71cadae1562ef778a99d3dacd05fec3065dceb63 (diff) | |
download | freebsd-ports-gnome-19b3b7115dd8c7cad7733ba7641ced6ae266531d.tar.gz freebsd-ports-gnome-19b3b7115dd8c7cad7733ba7641ced6ae266531d.tar.zst freebsd-ports-gnome-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
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/opencv/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index cbee06e41e24..8fc901b25c24 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 \ |