Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jun 2018 05:15:25 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473419 - head/comms/airspy
Message-ID:  <201806270515.w5R5FPDS014158@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Jun 27 05:15:24 2018
New Revision: 473419
URL: https://svnweb.freebsd.org/changeset/ports/473419

Log:
  comms/airspy: Rename the option SSE -> SIMD

Modified:
  head/comms/airspy/Makefile

Modified: head/comms/airspy/Makefile
==============================================================================
--- head/comms/airspy/Makefile	Wed Jun 27 05:09:28 2018	(r473418)
+++ head/comms/airspy/Makefile	Wed Jun 27 05:15:24 2018	(r473419)
@@ -23,11 +23,11 @@ USE_LDCONFIG=	yes
 CMAKE_OFF=	INSTALL_UDEV_RULES
 CMAKE_ARGS=	-DLIBUSB_LIBRARIES="/usr/lib/libusb.so"
 
-OPTIONS_DEFINE_amd64=	SSE
-OPTIONS_DEFINE_i386=	SSE
-OPTIONS_DEFAULT_amd64=	SSE
-OPTIONS_DEFAULT_i386=	SSE
+OPTIONS_DEFINE_amd64=	SIMD
+OPTIONS_DEFINE_i386=	SIMD
+OPTIONS_DEFAULT_amd64=	SIMD
+OPTIONS_DEFAULT_i386=	SIMD
 
-SSE_CFLAGS=	-DFREEBSD_USE_SIMD -msse -msse2 -mfpmath=sse -mmmx
+SIMD_CFLAGS=	-DFREEBSD_USE_SIMD -msse -msse2 -mfpmath=sse -mmmx
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806270515.w5R5FPDS014158>