diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-01-17 20:48:50 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-01-17 20:48:50 +0000 |
commit | 5b3a8a44d884b9672261db44af5e73d13e22d1cd (patch) | |
tree | d20ddf00550eb763e6fe228c2a090613c8097863 /share | |
parent | b0b3bf8fdf974216ffed5b7768ea290f4cf5bbf2 (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 'share')
-rw-r--r-- | share/mk/bsd.xorg.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/mk/bsd.xorg.mk b/share/mk/bsd.xorg.mk index 0fdf809ea..39f8e6eed 100644 --- a/share/mk/bsd.xorg.mk +++ b/share/mk/bsd.xorg.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.xorg.mk,v 1.32 2009/05/22 15:46:13 matthieu Exp $ -*- makefile -*- +# $OpenBSD: bsd.xorg.mk,v 1.33 2010/01/17 20:48:49 matthieu Exp $ -*- makefile -*- # # Copyright © 2006 Matthieu Herrb # @@ -53,7 +53,6 @@ _SRCDIR?= ${.CURDIR} CONFIGURE_ENV= PKG_CONFIG_LIBDIR="$(PKG_CONFIG_LIBDIR)" \ CONFIG_SITE=$(CONFIG_SITE) \ - XMLTO=: \ CFLAGS="$(CFLAGS:C/ *$//)" \ MAKE="${MAKE}" |