print/luatex: ignore unknown configure options
This commit is contained in:
parent
7f9a26e61b
commit
e6e9cc0aae
1 changed files with 6 additions and 5 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue