summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2018-05-29 06:02:53 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2018-05-29 06:02:53 +0000
commit9ff957f85a5d0086eb4544267f060d6d0edbf3ff (patch)
tree1ff79f3c09371e228f91467e57371b9eaccd01ba
parent4ebf26ee8ed3f245e027a492d9a370e72f8e92e6 (diff)
Explcitely disable xf86misc and fontcache extension support.
Some people may still have old files lying around while building. Suggested by deraadt@
-rw-r--r--app/xset/Makefile.bsd-wrapper4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/xset/Makefile.bsd-wrapper b/app/xset/Makefile.bsd-wrapper
index 3dde31cba..5ed310fb6 100644
--- a/app/xset/Makefile.bsd-wrapper
+++ b/app/xset/Makefile.bsd-wrapper
@@ -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>