pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/dvipsk print/dvipsk: skip check for unknown conf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df37cf1001c1
branches:  trunk
changeset: 322797:df37cf1001c1
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Apr 28 11:31:13 2019 +0000

description:
print/dvipsk: skip check for unknown configure options

diffstat:

 print/dvipsk/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 4da9507e764f -r df37cf1001c1 print/dvipsk/Makefile
--- a/print/dvipsk/Makefile     Sun Apr 28 11:25:32 2019 +0000
+++ b/print/dvipsk/Makefile     Sun Apr 28 11:31:13 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2018/11/01 10:55:57 markd Exp $
+# $NetBSD: Makefile,v 1.22 2019/04/28 11:31:13 rillig Exp $
 
 DISTNAME=      texlive-20180414-source
 PKGNAME=       dvipsk-5.998
@@ -17,12 +17,14 @@
 EXTRACT_ELEMENTS=      ${DISTNAME}/build-aux \
                        ${DISTNAME}/texk/dvipsk
 
-GNU_CONFIGURE= yes
 INFO_FILES=    yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config
-CONFIGURE_DIRS=        texk/dvipsk
 
+GNU_CONFIGURE=         yes
+# texk/dvipsk/squeeze/configure doesn't know --with-system-kpathsea
+GNU_CONFIGURE_STRICT=  no
+CONFIGURE_DIRS=                texk/dvipsk
 CONFIGURE_ARGS+=       --with-system-kpathsea
 
 PKG_SYSCONFSUBDIR=     texmf



Home | Main Index | Thread Index | Old Index