Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2010-01-17 20:48:49
    Hash : 2dda0f80
    Message : Use the new XORG_WITH_XMLTO macro in configure scripts and explicitely disable it during Xenocara builds. Problem reported by kili@ who also tested this patch with an earlier version of the macro.

  • lib/libXfont/Makefile.bsd-wrapper
  • # $OpenBSD: Makefile.bsd-wrapper,v 1.10 2010/01/17 20:48:49 matthieu Exp $
    .include <bsd.xconf.mk>
    
    SHARED_LIBS=	Xfont 9.0
    
    CONFIGURE_ARGS+= --with-xmlto=no
    
    .if ${XENOCARA_HAVE_SHARED_LIBS:L} == "no"
    CONFIGURE_ARGS+= --disable-loadable-font-modules
    .endif
    
    .include <bsd.xorg.mk>