Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2014-01-07 20:42:20
    Hash : 4d9b427b
    Message : Update to libXfont 1.4.7. Include fix for CVE-2013-6462. unlimited sscanf overflows stack buffer in bdfReadCharacters

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