blob: 50edd691dfa50c83fa53771d6884353def37a21e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.21 2013/08/13 07:07:28 guenther Exp $
.include <bsd.own.mk>
SHARED_LIBS= pixman-1 31.0
.if ${MACHINE_ARCH} == arm
CONFIGURE_ARGS += --disable-arm-simd --disable-arm-neon
.endif
.include <bsd.xorg.mk>
|