summaryrefslogtreecommitdiff
path: root/app/xfs/Makefile.bsd-wrapper
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-01-17 20:48:50 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-01-17 20:48:50 +0000
commit5b3a8a44d884b9672261db44af5e73d13e22d1cd (patch)
treed20ddf00550eb763e6fe228c2a090613c8097863 /app/xfs/Makefile.bsd-wrapper
parentb0b3bf8fdf974216ffed5b7768ea290f4cf5bbf2 (diff)
Use the new XORG_WITH_XMLTO macro in configure scripts and explicitely
disable it during Xenocara builds. Problem reported by kili@ who also tested this patch with an earlier version of the macro.
Diffstat (limited to 'app/xfs/Makefile.bsd-wrapper')
-rw-r--r--app/xfs/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xfs/Makefile.bsd-wrapper b/app/xfs/Makefile.bsd-wrapper
index 94c8df4d4..51563c4bf 100644
--- a/app/xfs/Makefile.bsd-wrapper
+++ b/app/xfs/Makefile.bsd-wrapper
@@ -1,5 +1,5 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/11/29 11:41:28 matthieu Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2010/01/17 20:48:49 matthieu Exp $
-CONFIGURE_ARGS= --datadir=/etc
+CONFIGURE_ARGS= --datadir=/etc --with-xmlto=no
.include <bsd.xorg.mk>