xenocara/lib/pixman/Makefile.bsd-wrapper
matthieu 87d6a5b7bb Update to pixman 0.28.0. Tested by ajacoutot@, mpi@ and naddy@ in a full
ports build. Tweaks from mpi@ for macppc.
2012-11-23 20:44:07 +00:00

17 lines
342 B
Makefile

# $OpenBSD: Makefile.bsd-wrapper,v 1.18 2012/11/23 20:44:07 matthieu Exp $
.include <bsd.own.mk>
SHARED_LIBS= pixman-1 28.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>