Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2014-09-27 17:42:14
    Hash : e4967fc3
    Message : Update to libXfont 1.5.0 Tested together with xserver 1.16.1 by naddy@, jsg@ & kettenis@

  • lib/libXfont/Makefile.bsd-wrapper
  • # $OpenBSD: Makefile.bsd-wrapper,v 1.13 2014/09/27 17:42:14 matthieu Exp $
    .include <bsd.xconf.mk>
    
    SHARED_LIBS=	Xfont 12.0
    
    CONFIGURE_ARGS+= --with-xmlto=no
    
    .if ${XENOCARA_HAVE_SHARED_LIBS:L} == "no"
    CONFIGURE_ARGS+= --disable-loadable-font-modules
    .endif
    
    .include <bsd.xorg.mk>