Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2007-05-08 09:00:45
    Hash : bd686707
    Message : Disable loadable font modules on static only architectures.

  • lib/libXfont/Makefile.bsd-wrapper
  • # $OpenBSD: Makefile.bsd-wrapper,v 1.5 2007/05/08 09:00:45 matthieu Exp $
    
    SHARED_LIBS=	Xfont 6.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>