1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00

devel/rkcommon: Simplify CXXFLAGS

This commit is contained in:
Yuri Victorovich 2021-12-07 09:17:22 -08:00
parent 673174feef
commit 4d3a4dd188

View File

@ -18,12 +18,7 @@ USE_GITHUB= yes
GH_ACCOUNT= ospray
CMAKE_OFF= BUILD_TESTING
CXXFLAGS_i386= -msse2 # workaround for error: '_mm_setcsr' needs target feature sse
CMAKE_TESTING_ON= BUILD_TESTING
.include <bsd.port.options.mk>
.if ${ARCH} == "i386"
CXXFLAGS+= -msse2 # workaround for error: '_mm_setcsr' needs target feature sse
.endif
.include <bsd.port.mk>