blob: 1350a7be3b465b2a4bcf2b5c51135b3fd407490d (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2008/09/23 19:11:40 matthieu Exp $
SHARED_LIBS= pixman-1 12.0
.if ${MACHINE} == amd64
CONFIGURE_ARGS += --disable-sse2
.endif
.include <bsd.xorg.mk>
|