14 lines
283 B
Makefile
14 lines
283 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2009/06/12 09:16:54 matthieu Exp $
|
|
|
|
SHARED_LIBS= pixman-1 15.8
|
|
|
|
.if ${MACHINE} == amd64
|
|
CONFIGURE_ARGS += --disable-sse2
|
|
.endif
|
|
|
|
.if ${MACHINE_ARCH} == arm
|
|
CONFIGURE_ARGS += --disable-arm-simd --disable-arm-neon
|
|
.endif
|
|
|
|
.include <bsd.xorg.mk>
|