Remove COMPILER_VERSION tests used to special-case gcc 2, since it is no

longer used.
This commit is contained in:
miod
2013-08-22 18:48:45 +00:00
parent 7bf6261972
commit 9eba551554
3 changed files with 5 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.51 2013/02/21 17:45:32 todd Exp $
# $OpenBSD: Makefile,v 1.52 2013/08/22 18:48:45 miod Exp $
.include <bsd.own.mk>
.include <bsd.xconf.mk>
@@ -13,7 +13,7 @@ XSERVER= xserver
.endif
.if defined(XENOCARA_BUILD_PIXMAN)
.if ${COMPILER_VERSION:L:Mgcc[34]*} && ${XENOCARA_BUILD_PIXMAN:L} == "yes" && \
.if ${XENOCARA_BUILD_PIXMAN:L} == "yes" && \
${XENOCARA_HAVE_SHARED_LIBS:L} == "yes"
XSERVER+= kdrive
.endif