Edit

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

Branch :

  • Show log

    Commit

  • Author : miod
    Date : 2008-02-14 20:28:10
    Hash : c6e9e775
    Message : Disable loadable cursor on m88k systems (no shared libraries).

  • lib/libX11/Makefile.bsd-wrapper
  • # $OpenBSD: Makefile.bsd-wrapper,v 1.6 2008/02/14 20:28:10 miod Exp $
    
    SHARED_LIBS=	X11 11.1
    
    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>