blob: 0a5791ba4889112f0c8b0334b3934a7328180968 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.16 2012/02/28 20:36:12 matthieu Exp $
.include <bsd.own.mk>
SHARED_LIBS= pixman-1 24.4
.if ${MACHINE_ARCH} == arm
CONFIGURE_ARGS += --disable-arm-simd --disable-arm-neon
.endif
.if ${MACHINE_ARCH} == m68k
CFLAGS += -fno-regmove
CONFIGURE_ARGS += --cache-file=/dev/null
.endif
.include <bsd.xorg.mk>
|