=================================================================== RCS file: /cvsrepo/anoncvs/cvs/xenocara/Makefile,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- xenocara/Makefile 2015/08/24 10:41:21 1.68 +++ xenocara/Makefile 2016/03/11 13:09:42 1.69 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.68 2015/08/24 10:41:21 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.69 2016/03/11 13:09:42 okan Exp $ .include .include @@ -8,14 +8,11 @@ XCONFIG=${XSRCDIR}/etc/X11.${MACHINE}/xorg.conf RM?=rm -.if ${MACHINE_ARCH} != "vax" XSERVER= xserver -.endif .if defined(XENOCARA_BUILD_PIXMAN) .if ${XENOCARA_BUILD_PIXMAN:L} == "yes" && \ - ${XENOCARA_BUILD_GL:L} == "yes" && \ - ${XENOCARA_HAVE_SHARED_LIBS:L} == "yes" + ${XENOCARA_BUILD_GL:L} == "yes" XSERVER+= kdrive .endif .endif