2010-03-25 15:58:52 -06:00
|
|
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2010/03/25 21:58:52 matthieu Exp $
|
2007-10-03 14:53:30 -06:00
|
|
|
|
2010-03-25 15:58:52 -06:00
|
|
|
SHARED_LIBS= pixman-1 16.6
|
2008-09-23 13:11:40 -06:00
|
|
|
|
|
|
|
.if ${MACHINE} == amd64
|
|
|
|
CONFIGURE_ARGS += --disable-sse2
|
|
|
|
.endif
|
2007-10-03 14:53:30 -06:00
|
|
|
|
2009-06-12 03:16:54 -06:00
|
|
|
.if ${MACHINE_ARCH} == arm
|
|
|
|
CONFIGURE_ARGS += --disable-arm-simd --disable-arm-neon
|
|
|
|
.endif
|
|
|
|
|
2007-10-03 14:53:30 -06:00
|
|
|
.include <bsd.xorg.mk>
|