From ad29619329b69699c542664237b95c30e364c54a Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sat, 27 Oct 2007 19:57:49 +0000 Subject: Enable pixman on all architectures but sh (triggers a compiler error) in preparation for xserver 1.4. --- lib/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index 706d89849..6d2a4d566 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2007/10/20 12:36:29 matthieu Exp $ +# $OpenBSD: Makefile,v 1.7 2007/10/27 19:57:48 matthieu Exp $ SUBDIR= freetype fontconfig libxtrans libXau libXdmcp \ libX11 libXext libXrender libXft libdmx libfontenc \ @@ -13,6 +13,11 @@ SUBDIR= freetype fontconfig libxtrans libXau libXdmcp \ SUBDIR+= libGL libGLU libGLw .endif +# Gcc ICE on sh +.if ${MACHINE_ARCH} != "sh" +SUBDIR+= pixman +.endif + DRM_ARCHES= alpha amd64 i386 macppc sparc64 .for a in $(DRM_ARCHES) -- cgit v1.2.3