2010-05-11 12:51:21 -06:00
|
|
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.10 2010/05/11 18:51:21 espie Exp $
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
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
|
|
|
|
2010-05-11 12:51:21 -06:00
|
|
|
.if ${MACHINE} == amd64 && !${COMPILER_VERSION:L:Mgcc4*}
|
2008-09-23 13:11:40 -06:00
|
|
|
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>
|