pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/expat



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Mar 26 11:57:10 UTC 2020

Modified Files:
        pkgsrc/textproc/expat: Makefile

Log Message:
expat: Avoid detecting system docbook, resulting in PLIST conflicts

Noticed by Dr. Thomas Orgis


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/textproc/expat/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/expat/Makefile
diff -u pkgsrc/textproc/expat/Makefile:1.41 pkgsrc/textproc/expat/Makefile:1.42
--- pkgsrc/textproc/expat/Makefile:1.41 Mon Mar 23 18:39:03 2020
+++ pkgsrc/textproc/expat/Makefile      Thu Mar 26 11:57:10 2020
@@ -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_LIBTOOL=         yes
 #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