10 lines
191 B
Makefile
10 lines
191 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2009/06/05 20:14:27 matthieu Exp $
|
|
|
|
SHARED_LIBS= pixman-1 15.8
|
|
|
|
.if ${MACHINE} == amd64
|
|
CONFIGURE_ARGS += --disable-sse2
|
|
.endif
|
|
|
|
.include <bsd.xorg.mk>
|