Disable mesa on m68k, at least until it switches to ELF; suggested by matthieu@

This commit is contained in:
miod 2008-02-13 21:34:15 +00:00
parent af5d7dc88a
commit b019a50e70

View File

@ -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 <bsd.own.mk>
@ -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