View | Details | Raw Unified | Return to bug 182986
Collapse All | Expand All

(-)Makefile (working copy) (-1 / +5 lines)
Lines 47-53 Link Here
47
47
48
.include <bsd.port.options.mk>
48
.include <bsd.port.options.mk>
49
49
50
.if ${ARCH} == "i386"
50
.if ${ARCH} == "i386" || ${ARCH} == "powerpc"
51
SSE_CFLAGS=    -mno-sse -mno-sse2
51
SSE_CFLAGS=    -mno-sse -mno-sse2
52
.endif
52
.endif
53
53
Lines 136-145 Link Here
136
136
137
.if ${PORT_OPTIONS:MSSE}
137
.if ${PORT_OPTIONS:MSSE}
138
CONFIGURE_ARGS+=       --with-sse
138
CONFIGURE_ARGS+=       --with-sse
139
.else
140
CONFIGURE_ARGS+=       --without-sse
139
.endif
141
.endif
140
142
141
.if ${PORT_OPTIONS:MSOXR}
143
.if ${PORT_OPTIONS:MSOXR}
142
CONFIGURE_ARGS+=       --with-libsoxr
144
CONFIGURE_ARGS+=       --with-libsoxr
145
.else
146
CONFIGURE_ARGS+=       --without-libsoxr
143
.endif
147
.endif
144
148
145
.if ${PORT_OPTIONS:MTWOLAME}
149
.if ${PORT_OPTIONS:MTWOLAME}

Return to bug 182986