Edit

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

Branch :

  • Show log

    Commit

  • Author : guenther
    Date : 2013-08-13 07:07:07
    Hash : b5bb1299
    Message : Bump the major on every single base library. There are a couple not bumped by this that will be corrected soon. heavy lifting by todd@

  • lib/libXfont/Makefile.bsd-wrapper
  • # $OpenBSD: Makefile.bsd-wrapper,v 1.11 2013/08/13 07:07:15 guenther Exp $
    .include <bsd.xconf.mk>
    
    SHARED_LIBS=	Xfont 10.0
    
    CONFIGURE_ARGS+= --with-xmlto=no
    
    .if ${XENOCARA_HAVE_SHARED_LIBS:L} == "no"
    CONFIGURE_ARGS+= --disable-loadable-font-modules
    .endif
    
    .include <bsd.xorg.mk>