svn commit: r425579 - head/comms/uhd
Michael Reifenberger
mr at FreeBSD.org
Sun Nov 6 20:30:50 UTC 2016
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
More information about the svn-ports-all
mailing list