use sse2 on i386 too, build fails without it
This commit is contained in:
parent
052cdb7ff1
commit
ace3c77248
@ -90,7 +90,7 @@ CONFIGURE_ENV += CPPFLAGS='-I${LOCALBASE}/lib/libzip/include \
|
||||
-I${X11BASE}/include \
|
||||
-I${WRKSRC}/plugins/dumb/dumb-kode54/include' \
|
||||
LDFLAGS='-L${LOCALBASE}/lib -L${X11BASE}/lib'
|
||||
.if ${MACHINE_ARCH} != "amd64"
|
||||
.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "i386"
|
||||
CONFIGURE_ENV += ax_cv_c_flags__msse2='no'
|
||||
.endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user