Octeon needs CONFIGURE_FLAGS+=--disable-glx to avoid a configure error.
ok matthieu@
This commit is contained in:
parent
cb09aec501
commit
b3cf71a3da
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user