Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2007-09-08 16:24:20
    Hash : a39960eb
    Message : Merge libXfont 1.3.0. Tested by naddy@ and mbalmer@.

  • lib/libXfont/Makefile.bsd-wrapper
  • # $OpenBSD: Makefile.bsd-wrapper,v 1.6 2007/09/08 16:24:20 matthieu Exp $
    
    SHARED_LIBS=	Xfont 7.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>