xenocara/lib/pixman/Makefile.bsd-wrapper

12 lines
242 B
Makefile
Raw Normal View History

2014-07-20 13:22:20 -06:00
# $OpenBSD: Makefile.bsd-wrapper,v 1.23 2014/07/20 19:22:20 matthieu Exp $
2010-05-11 12:51:21 -06:00
.include <bsd.own.mk>
2014-07-20 13:22:20 -06:00
SHARED_LIBS= pixman-1 32.6
.if ${MACHINE_ARCH} == arm
CONFIGURE_ARGS += --disable-arm-simd --disable-arm-neon
.endif
.include <bsd.xorg.mk>