mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
UHD seems to use SSE2 functions and seems to need the addional compiler spitch for FreeBSD 11+ i386
This commit is contained in:
parent
ed153ae753
commit
65f439d5dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425579
@ -28,6 +28,7 @@ USES= compiler:c++0x cmake:outsource gmake pkgconfig dos2unix python:2.7
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user