pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/luatex
Module Name: pkgsrc
Committed By: rillig
Date: Sun Apr 28 13:15:25 UTC 2019
Modified Files:
pkgsrc/print/luatex: Makefile
Log Message:
print/luatex: ignore unknown configure options
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/print/luatex/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/luatex/Makefile
diff -u pkgsrc/print/luatex/Makefile:1.83 pkgsrc/print/luatex/Makefile:1.84
--- pkgsrc/print/luatex/Makefile:1.83 Wed Mar 27 11:23:17 2019
+++ pkgsrc/print/luatex/Makefile Sun Apr 28 13:15:25 2019
@@ -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 \
Home |
Main Index |
Thread Index |
Old Index