diff --git a/xserver/Makefile.bsd-wrapper b/xserver/Makefile.bsd-wrapper index de04ebc6a..4f69d846d 100644 --- a/xserver/Makefile.bsd-wrapper +++ b/xserver/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.19 2008/02/02 17:19:57 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.20 2008/02/13 21:34:15 miod Exp $ .include @@ -27,7 +27,8 @@ NO_XF86_UTIL_${M} = --disable-xfree86-utils .endfor NO_XF86_UTIL_OPTION=${NO_XF86_UTIL_${MACHINE}} -.if ${MACHINE} != "landisk" && ${MACHINE} != "sgi" && ${MACHINE} != "vax" +.if ${MACHINE} != "landisk" && ${MACHINE} != "sgi" && ${MACHINE} != "vax" && \ + ${MACHINE_ARCH} != "m68k" MESA_SOURCE= --with-mesa-source=${XSRCDIR}/dist/Mesa .endif