Octeon needs CONFIGURE_FLAGS+=--disable-glx to avoid a configure error.

ok matthieu@
This commit is contained in:
bcallah 2013-08-17 17:03:26 +00:00
parent cb09aec501
commit b3cf71a3da

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.15 2012/08/08 21:54:33 matthieu Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.16 2013/08/17 17:03:26 bcallah Exp $
.include <bsd.xconf.mk>
@ -20,6 +20,10 @@ CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \
--disable-xvfb \
--without-fop --without-xmlto --without-xsltproc
.if ${MACHINE} == "octeon"
CONFIGURE_ARGS+=--disable-glx
.endif
realinstall:
(cd hw/kdrive/ephyr ; make install)