pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/dvipsk



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Apr 28 11:31:13 UTC 2019

Modified Files:
        pkgsrc/print/dvipsk: Makefile

Log Message:
print/dvipsk: skip check for unknown configure options


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/print/dvipsk/Makefile

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

Modified files:

Index: pkgsrc/print/dvipsk/Makefile
diff -u pkgsrc/print/dvipsk/Makefile:1.21 pkgsrc/print/dvipsk/Makefile:1.22
--- pkgsrc/print/dvipsk/Makefile:1.21   Thu Nov  1 10:55:57 2018
+++ pkgsrc/print/dvipsk/Makefile        Sun Apr 28 11:31:13 2019
@@ -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 @@ DEPENDS+=   tex-dvips>=2013:../../print/te
 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