Force it to not see asciidoc and xmlto, or it starts rebuilding its

man pages and (for reasons that are not entirely clear) chokes and dies.
This commit is contained in:
dholland 2010-04-11 10:39:30 +00:00
parent 43eb1ba8a9
commit 4d9e753718

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2010/04/09 08:46:32 tnn Exp $
# $NetBSD: Makefile,v 1.13 2010/04/11 10:39:30 dholland Exp $
#
DISTNAME= libXi-1.3
@ -17,7 +17,7 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
CONFIGURE_ENV+= LIB_MAN_SUFFIX=3 ac_cv_path_ASCIIDOC= ac_cv_path_XMLTO=
PKGCONFIG_OVERRIDE+= xi.pc.in
.include "../../mk/bsd.prefs.mk"