xenocara/lib/libX11/Makefile.bsd-wrapper
2009-05-03 12:59:09 +00:00

13 lines
348 B
Makefile

# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2009/05/03 12:59:09 matthieu Exp $
SHARED_LIBS= X11 11.2
CONFIGURE_ARGS= --without-xcb --enable-tcp-transport --enable-unix-transport --enable-ipv6
# no PIC
.if ${MACHINE} == landisk || ${MACHINE_ARCH} == m88k || ${MACHINE} == vax
CONFIGURE_ARGS+= --disable-loadable-xcursor
.endif
.include <bsd.xorg.mk>