xenocara/lib/libX11/Makefile.bsd-wrapper

13 lines
345 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2008/02/14 20:28:10 miod Exp $
2006-11-26 05:07:34 -07:00
SHARED_LIBS= X11 11.1
2006-11-26 05:07:34 -07:00
CONFIGURE_ARGS= --without-xcb --enable-tcp-transport --enable-unix-transport --enable-IPv6
# no PIC
.if ${MACHINE} == landisk || ${MACHINE_ARCH} == m88k || ${MACHINE} == vax
2007-03-15 16:23:39 -06:00
CONFIGURE_ARGS+= --disable-loadable-xcursor
.endif
2006-11-26 05:07:34 -07:00
.include <bsd.xorg.mk>