Disable x86 optimizations on i386 to unbreak.

reported by sthen@
This commit is contained in:
ajacoutot 2022-12-31 14:05:20 +00:00
parent 211062ac0e
commit 220a8fa93b
1 changed files with 4 additions and 0 deletions

View File

@ -22,4 +22,8 @@ MODULES= devel/cmake
CONFIGURE_ARGS= -DBUILD_SHARED_LIBS=ON
.if ${MACHINE_ARCH} == "i386"
CXXFLAGS += -DSOUNDTOUCH_DISABLE_X86_OPTIMIZATIONS
.endif
.include <bsd.port.mk>