Edit

IABSD.fr/xenocara/lib/libX11/Makefile.bsd-wrapper

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2007-11-26 15:10:19
    Hash : bfba922c
    Message : Re-enable pthread support in libGL, by providing proper weak stubs in libX11 (together with other pthread stubs, already there for libX11). ok kurt@, art@, kettenis@

  • lib/libX11/Makefile.bsd-wrapper
  • # $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>