xenocara/lib/pixman/Makefile.bsd-wrapper
matthieu 52cf0a800d Update to pixman 0.20.0.
tested by ajacoutot@, krw@ and on a bulk ports build by landry@.
2010-11-14 13:42:49 +00:00

17 lines
342 B
Makefile

# $OpenBSD: Makefile.bsd-wrapper,v 1.14 2010/11/14 13:42:49 matthieu Exp $
.include <bsd.own.mk>
SHARED_LIBS= pixman-1 20.0
.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>