svn commit: r389662 - head/graphics/opencv

Jason E. Hale jhale at FreeBSD.org
Sun Jun 14 23:52:37 UTC 2015


Author: jhale
Date: Sun Jun 14 23:52:36 2015
New Revision: 389662
URL: https://svnweb.freebsd.org/changeset/ports/389662

Log:
  - Make SIMD option default across the board.  The behavior should be the same
    since the package builders don't set CPUTYPE.
  
  Suggested by:	tijl

Modified:
  head/graphics/opencv/Makefile

Modified: head/graphics/opencv/Makefile
==============================================================================
--- head/graphics/opencv/Makefile	Sun Jun 14 23:08:59 2015	(r389661)
+++ head/graphics/opencv/Makefile	Sun Jun 14 23:52:36 2015	(r389662)
@@ -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 \


More information about the svn-ports-all mailing list