pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/web2c print/web2c: disable check for unknown con...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f12971e2338e
branches:  trunk
changeset: 333003:f12971e2338e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Apr 28 13:26:35 2019 +0000

description:
print/web2c: disable check for unknown configure options

diffstat:

 print/web2c/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 7552b1e97a0b -r f12971e2338e print/web2c/Makefile
--- a/print/web2c/Makefile      Sun Apr 28 13:18:18 2019 +0000
+++ b/print/web2c/Makefile      Sun Apr 28 13:26:35 2019 +0000
@@ -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 @@
 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