From 19e9b806add0011e1c66db5cca599b365083f96c Mon Sep 17 00:00:00 2001 From: matthieu Date: Sun, 1 Apr 2012 23:00:24 +0000 Subject: [PATCH] Fix previous for bootstrap. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7c71d4565..51620a517 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.45 2012/04/01 09:24:04 matthieu Exp $ +# $OpenBSD: Makefile,v 1.46 2012/04/01 23:00:24 matthieu Exp $ .include .include @@ -12,9 +12,11 @@ RM?=rm XSERVER= xserver .endif +.if defined(XENOCARA_BUILD_PIXMAN) .if ${COMPILER_VERSION:L:Mgcc[34]*} && ${XENOCARA_BUILD_PIXMAN:L} == "yes" XSERVER+= kdrive .endif +.endif SUBDIR= proto font/util data/bitmaps lib app data \ ${XSERVER} driver util doc