xenocara/lib/libX11/Makefile.bsd-wrapper

13 lines
348 B
Makefile
Raw Normal View History

2009-05-03 06:59:09 -06:00
# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2009/05/03 12:59:09 matthieu Exp $
2006-11-26 05:07:34 -07:00
2009-05-03 06:59:09 -06:00
SHARED_LIBS= X11 11.2
2006-11-26 05:07:34 -07:00
2009-05-03 06:59:09 -06:00
CONFIGURE_ARGS= --without-xcb --enable-tcp-transport --enable-unix-transport --enable-ipv6
2006-11-26 05:07:34 -07:00
# 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>