bfba922c91
libX11 (together with other pthread stubs, already there for libX11). ok kurt@, art@, kettenis@
12 lines
313 B
Makefile
12 lines
313 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2007/11/26 15:10:19 matthieu Exp $
|
|
|
|
SHARED_LIBS= X11 11.1
|
|
|
|
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>
|