print/luatex: ignore unknown configure options

This commit is contained in:
rillig 2019-04-28 13:15:25 +00:00
parent 7f9a26e61b
commit e6e9cc0aae

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.83 2019/03/27 11:23:17 wiz Exp $
# $NetBSD: Makefile,v 1.84 2019/04/28 13:15:25 rillig Exp $
DISTNAME= texlive-20180414-source
PKGNAME= luatex-1.07.0
@ -17,10 +17,11 @@ EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \
${DISTNAME}/libs/luajit \
${DISTNAME}/texk/web2c
GNU_CONFIGURE= yes
USE_LANGUAGES= c99 c++11
USE_LIBTOOL= yes
USE_TOOLS+= gmake gsed lex perl pkg-config yacc
GNU_CONFIGURE= yes
GNU_CONFIGURE_STRICT= no # libs/lua52 doesn't know all the below options
USE_LANGUAGES= c99 c++11
USE_LIBTOOL= yes
USE_TOOLS+= gmake gsed lex perl pkg-config yacc
CONFIGURE_ARGS+= --disable-aleph --disable-etex --disable-pdftex \
--enable-luatex --disable-mf --disable-mf-nowin \
--with-x=no \