mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-08 18:28:43 +00:00
Remove COMPILER_VERSION tests used to special-case gcc 2, since it is no
longer used.
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user