diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-04-01 23:00:25 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-04-01 23:00:25 +0000 |
commit | b76d8790f859ca7e166741f047770f15dac97bc0 (patch) | |
tree | 32da935535298b12cc37adc50bbacc37b042ae7a | |
parent | 891426d2a00a773d34675267ccea9a51cc533935 (diff) |
Fix previous for bootstrap.
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 <bsd.own.mk> .include <bsd.xconf.mk> @@ -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 |