Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2010-05-21 19:13:11
    Hash : 0f15c7c5
    Message : merge from upstream X.Org: use the AC_WITH_XMLTO and AC_WITH_ASCIIDOC macros from xorg-macros 1.5 to check for xmlto and asciidoc and explicitely disable them in Makefile.bsd-wrapper. Problem noticed by espie@.

  • lib/libXi/Makefile.bsd-wrapper
  • # $OpenBSD: Makefile.bsd-wrapper,v 1.5 2010/05/21 19:13:11 matthieu Exp $
    
    SHARED_LIBS=	Xi 11.0
    
    CONFIGURE_ARGS+=	--without-xmlto --without-asciidoc
    
    .include <bsd.xorg.mk>