No dlopen() on vax and landisk for now

This commit is contained in:
matthieu 2007-03-15 22:23:39 +00:00
parent ddf969dda9
commit 27b5faf40f

View File

@ -1,7 +1,11 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/12/02 17:58:21 matthieu Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2007/03/15 22:23:39 matthieu Exp $
SHARED_LIBS= X11 10.0
CONFIGURE_ARGS= --without-xcb --enable-tcp-transport --enable-unix-transport --enable-IPv6
.if ${MACHINE} == landisk || ${MACHINE} == vax
CONFIGURE_ARGS+= --disable-loadable-xcursor
.endif
.include <bsd.xorg.mk>