=================================================================== RCS file: /cvsrepo/anoncvs/cvs/xenocara/Makefile,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- xenocara/Makefile 2013/02/21 17:45:32 1.51 +++ xenocara/Makefile 2013/08/22 18:48:45 1.52 @@ -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 .include @@ -13,7 +13,7 @@ .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