xenocara/lib/pixman/Makefile.bsd-wrapper

14 lines
283 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2009/06/12 09:16:54 matthieu Exp $
2009-06-05 14:14:27 -06:00
SHARED_LIBS= pixman-1 15.8
.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>