diff options
Diffstat (limited to 'comms/airspy/Makefile')
-rw-r--r-- | comms/airspy/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/comms/airspy/Makefile b/comms/airspy/Makefile index 9932a78d4d16..bb5a61d50a1a 100644 --- a/comms/airspy/Makefile +++ b/comms/airspy/Makefile @@ -4,6 +4,7 @@ PORTNAME= airspy DISTVERSIONPREFIX= v DISTVERSION= 1.0.9-18 DISTVERSIONSUFFIX= -gbfb6670 +PORTREVISION= 1 CATEGORIES= comms hamradio MAINTAINER= yuri@FreeBSD.org @@ -22,4 +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 + +SSE_CFLAGS= -DFREEBSD_USE_SIMD -msse -msse2 -mfpmath=sse -mmmx + .include <bsd.port.mk> |