blob: 40305de5c15d7dd5c8bc461e40ffebe769ca9bf2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.26 2021/07/25 15:16:31 matthieu Exp $
.include <bsd.own.mk>
SHARED_LIBS= pixman-1 40.0
.if ${MACHINE_ARCH} == arm
CONFIGURE_ARGS += --disable-arm-simd --disable-arm-neon
.endif
.include <bsd.xorg.mk>
|