xenocara/lib/pixman/Makefile.bsd-wrapper
matthieu 0def8ce1ff 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.
2011-07-24 13:05:47 +00:00

17 lines
342 B
Makefile

# $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>