From 19f17249103c070cdc20603eb3e7e06981d21bdb Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Wed, 1 Apr 2020 19:58:03 +0000 Subject: sort architectures list --- Makefile.bsd-wrapper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.bsd-wrapper b/Makefile.bsd-wrapper index 5095368..a66110b 100644 --- a/Makefile.bsd-wrapper +++ b/Makefile.bsd-wrapper @@ -4,8 +4,8 @@ XENODMCONFIGDIR=/etc/X11/xenodm PIXMAPDIR=$(XENODMCONFIGDIR)/pixmaps -.if ${MACHINE} == i386 || ${MACHINE} == amd64 || ${MACHINE} == macppc \ - || ${MACHINE} == arm64 +.if ${MACHINE} == amd64 || ${MACHINE} == arm64 || ${MACHINE} == i386 \ + || ${MACHINE} == macppc DEFAULT_VT= --with-default-vt=vt05 .endif -- cgit v1.2.3