use ${MACHINE_ARCH} rather than ${ARCH} to avoid needing to pull in bsd.port.arch.mk

This commit is contained in:
sthen
2025-01-16 11:06:18 +00:00
parent d91770dba3
commit db79b68c3e
+1 -2
View File
@@ -33,9 +33,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
DEBUG_PACKAGES= ${BUILD_PACKAGES}
.include <bsd.port.arch.mk>
# amd64-capable CPUs all have SSE
.if !${ARCH:Mamd64}
.if ${MACHINE_ARCH} != amd64
CONFIGURE_ARGS+= --disable-sse
.endif