[Lunar-commits] <moonbase> Subject: xextproto: fix compilation by not using xmlto
Auke Kok
sofar at foo-projects.org
Thu Aug 19 06:00:08 CEST 2010
commit 641fba504d088d8a502a2be29a24b1faa689c14d
Author: Paul Bredbury <brebs at sent.com>
Date: Thu Aug 19 06:00:08 2010 +0200
Subject: xextproto: fix compilation by not using xmlto
---
xorg7/proto/xextproto/BUILD | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/xorg7/proto/xextproto/BUILD b/xorg7/proto/xextproto/BUILD
index cfe3408..1f62a89 100644
--- a/xorg7/proto/xextproto/BUILD
+++ b/xorg7/proto/xextproto/BUILD
@@ -1,6 +1,11 @@
(
+
. /etc/profile.d/x11r7.rc &&
+ # Don't fail compilation:
+ # xmlto: /usr/src/xextproto-7.1.2/specs/geproto.xml does not validate (status 3)
+ OPTS+=" --without-xmlto" &&
+
default_build
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list