diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index 40daeca70fc..8a3e7b97fe0 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -22,4 +22,8 @@ MODULES= devel/cmake CONFIGURE_ARGS= -DBUILD_SHARED_LIBS=ON +.if ${MACHINE_ARCH} == "i386" +CXXFLAGS += -DSOUNDTOUCH_DISABLE_X86_OPTIMIZATIONS +.endif + .include