mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
use ${MACHINE_ARCH} rather than ${ARCH} to avoid needing to pull in bsd.port.arch.mk
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user