Date: Sun, 6 Nov 2016 20:30:49 +0000 (UTC) From: Michael Reifenberger <mr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425579 - head/comms/uhd Message-ID: <201611062030.uA6KUnVb048038@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mr Date: Sun Nov 6 20:30:49 2016 New Revision: 425579 URL: https://svnweb.freebsd.org/changeset/ports/425579 Log: UHD seems to use SSE2 functions and seems to need the addional compiler spitch for FreeBSD 11+ i386 Modified: head/comms/uhd/Makefile Modified: head/comms/uhd/Makefile ============================================================================== --- head/comms/uhd/Makefile Sun Nov 6 20:27:06 2016 (r425578) +++ head/comms/uhd/Makefile Sun Nov 6 20:30:49 2016 (r425579) @@ -28,6 +28,7 @@ USES= compiler:c++0x cmake:outsource g USE_LDCONFIG= yes CMAKE_SOURCE_PATH= ${WRKSRC}/host #MAKE_JOBS_UNSAFE= yes +CXXFLAGS+= -msse2 CMAKE_ARGS+= -DPKG_LIB_DIR:STRING="share/uhd" -DUHD_TXRX_DEBUG_PRINTS="yes" # for excruciating debug use this -db
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611062030.uA6KUnVb048038>