Edit

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

Branch :

  • Show log

    Commit

  • Author : brad
    Date : 2013-02-19 20:56:17
    Hash : f3fd0836
    Message : Remove m68k workaround now that gcc3 is in use. ok miod@

  • lib/pixman/Makefile.bsd-wrapper
  • # $OpenBSD: Makefile.bsd-wrapper,v 1.19 2013/02/19 20:56:17 brad Exp $
    
    .include <bsd.own.mk>
    
    SHARED_LIBS=	pixman-1 28.0
    
    .if ${MACHINE_ARCH} == arm
    CONFIGURE_ARGS +=  --disable-arm-simd --disable-arm-neon
    .endif
    
    .include <bsd.xorg.mk>