Index: head/comms/airspy/Makefile =================================================================== --- head/comms/airspy/Makefile (revision 473417) +++ head/comms/airspy/Makefile (revision 473418) @@ -1,25 +1,33 @@ # $FreeBSD$ PORTNAME= airspy DISTVERSIONPREFIX= v DISTVERSION= 1.0.9-18 DISTVERSIONSUFFIX= -gbfb6670 +PORTREVISION= 1 CATEGORIES= comms hamradio MAINTAINER= yuri@FreeBSD.org COMMENT= AirSpy's usemode driver and associated tools LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/airspy-tools/LICENSE.md BROKEN_FreeBSD_10= error: use of undeclared identifier '__m128' USES= cmake:outsource pkgconfig USE_GITHUB= yes GH_PROJECT= airspyone_host 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 Index: head/comms/airspy/files/patch-libairspy_src_iqconverter__float.c =================================================================== --- head/comms/airspy/files/patch-libairspy_src_iqconverter__float.c (nonexistent) +++ head/comms/airspy/files/patch-libairspy_src_iqconverter__float.c (revision 473418) @@ -0,0 +1,12 @@ +--- libairspy/src/iqconverter_float.c.orig 2018-06-27 04:58:05 UTC ++++ libairspy/src/iqconverter_float.c +@@ -39,7 +39,9 @@ THE SOFTWARE. + #define _inline inline + #define FIR_STANDARD + #elif defined(__FreeBSD__) ++# if defined(FREEBSD_USE_SIMD) + #define USE_SSE2 ++# endif + #include + #define _inline inline + #define _aligned_free(mem) free(mem) Property changes on: head/comms/airspy/files/patch-libairspy_src_iqconverter__float.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property