Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2011-07-24 13:05:47
    Hash : 0def8ce1
    Message : Update to pixman 0.22.2. 0.22.0 was tested by many. 0.22.2 only add a few bug fixes. Note that on amd64 a recent ld.so is needed to avoid random bus errors.

  • lib/pixman/Makefile.bsd-wrapper
  • # $OpenBSD: Makefile.bsd-wrapper,v 1.15 2011/07/24 13:05:47 matthieu Exp $
    
    .include <bsd.own.mk>
    
    SHARED_LIBS=	pixman-1 22.2
    
    .if ${MACHINE_ARCH} == arm
    CONFIGURE_ARGS +=  --disable-arm-simd --disable-arm-neon
    .endif
    
    .if ${MACHINE_ARCH} == m68k
    CFLAGS += -fno-regmove
    CONFIGURE_ARGS += --cache-file=/dev/null
    .endif
    
    .include <bsd.xorg.mk>