blob: 186518b0802d84d393160f5e9d6525aa545b31ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.22 2013/12/01 20:34:20 matthieu Exp $
.include <bsd.own.mk>
SHARED_LIBS= pixman-1 32.4
.if ${MACHINE_ARCH} == arm
CONFIGURE_ARGS += --disable-arm-simd --disable-arm-neon
.endif
.include <bsd.xorg.mk>
|