148,149c148 < CONFIGURE_ARGS+=--disable-altivec \ < --enable-runtime-cpudetection --- > CONFIGURE_ARGS+=--enable-runtime-cpudetection 154c153 < FLAVORS= debug aa jack --- > FLAVORS= debug aa jack altivec 175a175,179 > .if !${FLAVOR:Maltivec} > CONFIGURE_ARGS+=--disable-altivec > .else > CONFIGURE_ARGS+=--enable-altivec > .endif