xenocara/lib/pixman/Makefile.bsd-wrapper

17 lines
342 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile.bsd-wrapper,v 1.18 2012/11/23 20:44:07 matthieu Exp $
2010-05-11 12:51:21 -06:00
.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>