diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-11-25 10:23:02 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-11-25 10:23:02 +0000 |
commit | b36b445d0ea4d42380210de917344c600224773d (patch) | |
tree | f49603969126d2f81dcb34ea48629384a45a5bc8 /share/mk | |
parent | a31b7c8377f9c95fcb1d6707cd7e793d9f796c8d (diff) |
always redirect xmlto to ':'.
Broken configure sripts produced X.Org's macros are
assuming it's in /usr/local/bin if they couldn't find it.
Diffstat (limited to 'share/mk')
-rw-r--r-- | share/mk/bsd.xorg.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/mk/bsd.xorg.mk b/share/mk/bsd.xorg.mk index 21fb304cc..f78c904ef 100644 --- a/share/mk/bsd.xorg.mk +++ b/share/mk/bsd.xorg.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.xorg.mk,v 1.21 2007/11/05 16:51:37 espie Exp $ -*- makefile -*- +# $OpenBSD: bsd.xorg.mk,v 1.22 2007/11/25 10:23:01 matthieu Exp $ -*- makefile -*- # # Copyright © 2006 Matthieu Herrb # @@ -45,6 +45,7 @@ _cache= --cache-file=${XOBJDIR}/xorg-config.cache.${MACHINE} CFLAGS+= $(COPTS) CONFIGURE_ENV= PKG_CONFIG_LIBDIR="$(PKG_CONFIG_LIBDIR)" \ + XMLTO=: \ CFLAGS="$(CFLAGS:C/ *$//)" \ MAKE="${MAKE}" |