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

(-)Makefile (-1 / +1 lines)
Lines 25-31 Link Here
25
25
26
.include <bsd.port.pre.mk>
26
.include <bsd.port.pre.mk>
27
27
28
.if ${OSVERSION} >= 501103
28
.if ${MACHINE_ARCH} == "i386" && ${OSVERSION} >= 501103
29
SSE_CFLAGS=	-mno-sse -mno-sse2
29
SSE_CFLAGS=	-mno-sse -mno-sse2
30
.endif
30
.endif
31
CONFIGURE_ENV+=	LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
31
CONFIGURE_ENV+=	LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \

Return to bug 75367