Explcitely disable xf86misc and fontcache extension support.

Some people may still have old files lying around while building.
Suggested by deraadt@
This commit is contained in:
matthieu 2018-05-29 06:02:52 +00:00
parent 3b5f1cf2f4
commit eb834a5bcb

View File

@ -1,3 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/11/27 19:27:27 matthieu Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2018/05/29 06:02:52 matthieu Exp $
CONFIGURE_ARGS+= --without-xf86misc --without-fontcache
.include <bsd.xorg.mk>