Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c5aa64147be60765133c27860c9ac77dab59d4f2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c5aa64147be60765133c27860c9ac77dab59d4f2)
  • Date: Fri, 7 Dec 2018 20:19:43 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

latex/texlive/BUILD | 3 +++
latex/texlive/HISTORY | 3 +++
2 files changed, 6 insertions(+)

New commits:
commit c5aa64147be60765133c27860c9ac77dab59d4f2
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

latex/texlive: -fpermissive is needed for LuaTeX

diff --git a/latex/texlive/BUILD b/latex/texlive/BUILD
index 803444a..4542262 100755
--- a/latex/texlive/BUILD
+++ b/latex/texlive/BUILD
@@ -1,6 +1,9 @@
# Flags to allow building against lua 5.3
#CFLAGS+=" -DLUA_COMPAT_APIINTCASTS"

+# LuaTeX needs this
+CXXFLAGS+=" -fpermissive" &&
+
# hide warnings about unable to find it's own config files
export KPATHSEA_WARNING=0 &&
# X seems to be only there for xdvi which we use external
diff --git a/latex/texlive/HISTORY b/latex/texlive/HISTORY
index 70bc563..7b8120e 100644
--- a/latex/texlive/HISTORY
+++ b/latex/texlive/HISTORY
@@ -1,3 +1,6 @@
+2018-12-07 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: added -fpermissive to CXXFLAGS for LuaTeX
+
2018-12-06 Pavel Vinogradov <public AT sourcemage.org>
* patches/texlive-20180414-source-upstream_fixes-1.patch,
patches/texlive-20180414-source-upstream_fixes-2.patch: added



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c5aa64147be60765133c27860c9ac77dab59d4f2), Pavel Vinogradov, 12/07/2018

Archive powered by MHonArc 2.6.24.

Top of Page