pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/expat expat: Avoid detecting system docbook, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fdb3659bd81f
branches:  trunk
changeset: 414357:fdb3659bd81f
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Mar 26 11:57:10 2020 +0000

description:
expat: Avoid detecting system docbook, resulting in PLIST conflicts

Noticed by Dr. Thomas Orgis

diffstat:

 textproc/expat/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r e6359a828840 -r fdb3659bd81f textproc/expat/Makefile
--- a/textproc/expat/Makefile   Thu Mar 26 11:37:22 2020 +0000
+++ b/textproc/expat/Makefile   Thu Mar 26 11:57:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2020/03/23 18:39:03 nia Exp $
+# $NetBSD: Makefile,v 1.42 2020/03/26 11:57:10 nia Exp $
 
 DISTNAME=      expat-2.2.9
 CATEGORIES=    textproc
@@ -20,6 +20,10 @@
 #USE_TOOLS+=           bash
 #REPLACE_BASH=         test-driver-wrapper.sh
 
+CONFIGURE_ARGS+=       --without-examples
+CONFIGURE_ARGS+=       --without-tests
+CONFIGURE_ARGS+=       --without-docbook
+
 PKGCONFIG_OVERRIDE+=   expat.pc.in
 
 DOCDIR=        ${PREFIX}/share/doc/expat



Home | Main Index | Thread Index | Old Index