pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/web2c



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Apr 28 13:26:35 UTC 2019

Modified Files:
        pkgsrc/print/web2c: Makefile

Log Message:
print/web2c: disable check for unknown configure options


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/print/web2c/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/web2c/Makefile
diff -u pkgsrc/print/web2c/Makefile:1.83 pkgsrc/print/web2c/Makefile:1.84
--- pkgsrc/print/web2c/Makefile:1.83    Wed Mar 27 11:23:18 2019
+++ pkgsrc/print/web2c/Makefile Sun Apr 28 13:26:35 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2019/03/27 11:23:18 wiz Exp $
+# $NetBSD: Makefile,v 1.84 2019/04/28 13:26:35 rillig Exp $
 
 DISTNAME=      texlive-20180414-source
 PKGNAME=       web2c-2018
@@ -17,7 +17,9 @@ DEPENDS+=     ptexenc>=1.3.4:../../print/pte
 EXTRACT_ELEMENTS=      ${DISTNAME}/build-aux \
                        ${DISTNAME}/texk/web2c
 
-GNU_CONFIGURE= yes
+GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # texk/web2c/web2c doesn't know the options
+
 INFO_FILES=    yes
 USE_LANGUAGES= c c++11
 USE_LIBTOOL=   yes



Home | Main Index | Thread Index | Old Index