12 lines
242 B
Makefile
12 lines
242 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.25 2019/05/11 07:46:06 matthieu Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SHARED_LIBS= pixman-1 38.4
|
|
|
|
.if ${MACHINE_ARCH} == arm
|
|
CONFIGURE_ARGS += --disable-arm-simd --disable-arm-neon
|
|
.endif
|
|
|
|
.include <bsd.xorg.mk>
|