xenocara/lib/pixman/Makefile.bsd-wrapper

14 lines
283 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2010/03/25 21:58:52 matthieu Exp $
SHARED_LIBS= pixman-1 16.6
.if ${MACHINE} == amd64
CONFIGURE_ARGS += --disable-sse2
.endif
.if ${MACHINE_ARCH} == arm
CONFIGURE_ARGS += --disable-arm-simd --disable-arm-neon
.endif
.include <bsd.xorg.mk>