pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/fontconfig Don't try to build the docbook docume...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9060ea545608
branches:  trunk
changeset: 468338:9060ea545608
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Feb 12 20:52:55 2004 +0000

description:
Don't try to build the docbook documentation.  Fixes PR 24367.

diffstat:

 fonts/fontconfig/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 61cc4606f7c3 -r 9060ea545608 fonts/fontconfig/Makefile
--- a/fonts/fontconfig/Makefile Thu Feb 12 20:31:35 2004 +0000
+++ b/fonts/fontconfig/Makefile Thu Feb 12 20:52:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/01/24 02:00:26 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2004/02/12 20:52:55 jlam Exp $
 #
 
 DISTNAME=      fontconfig-2.2.1
@@ -34,6 +34,7 @@
 CONFIGURE_ARGS+=       --with-expat-lib=${BUILDLINK_PREFIX.expat}/lib
 CONFIGURE_ARGS+=       --with-confdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --with-x
+CONFIGURE_ARGS+=       --disable-docs
 
 FONT_PATH=     ${X11PREFIX}/lib/X11/fonts/TTF,${X11PREFIX}/lib/X11/fonts/Type1
 .if ${X11PREFIX} != ${X11BASE}



Home | Main Index | Thread Index | Old Index