diff --git a/kdrive/Makefile.bsd-wrapper b/kdrive/Makefile.bsd-wrapper index 9e589a345..627dc7fa3 100644 --- a/kdrive/Makefile.bsd-wrapper +++ b/kdrive/Makefile.bsd-wrapper @@ -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 @@ -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)