Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2008-05-24 13:29:07
    Hash : b6e6f0b4
    Message : merge libXfont 1.3.2. bump major since some symbols were removed.

  • lib/libXfont/Makefile.bsd-wrapper
  • # $OpenBSD: Makefile.bsd-wrapper,v 1.7 2008/05/24 13:29:07 matthieu Exp $
    
    SHARED_LIBS=	Xfont 8.0
    
    .if ${MACHINE} == landisk || ${MACHINE} == vax
    CONFIGURE_ARGS+= --disable-loadable-font-modules
    .endif
    
    .if ${MACHINE} == landisk || ${MACHINE} == vax
    CONFIGURE_ARGS+= --disable-loadable-font-modules
    .endif
    
    .include <bsd.xorg.mk>