Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2020 13:14:18 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546341 - head/print/tex-luatex
Message-ID:  <202008271314.07RDEIjj009276@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Thu Aug 27 13:14:17 2020
New Revision: 546341
URL: https://svnweb.freebsd.org/changeset/ports/546341

Log:
  print/tex-luatex: fix build on recent current

Modified:
  head/print/tex-luatex/Makefile

Modified: head/print/tex-luatex/Makefile
==============================================================================
--- head/print/tex-luatex/Makefile	Thu Aug 27 13:06:58 2020	(r546340)
+++ head/print/tex-luatex/Makefile	Thu Aug 27 13:14:17 2020	(r546341)
@@ -78,6 +78,10 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 MAKE_JOBS_UNSAFE=	yes
 TEX_FORMATS=	luatex
 
+# Fix build on recent current -- our tex is so outdated,
+# that it's unlikely that any upstream patches apply.
+CFLAGS+=	-fcommon
+
 # buildenv and dumpenv in Makefile uses hard-coded TEXMFCNF.
 post-extract:
 	cd ${WRKSRC}/.. && \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008271314.07RDEIjj009276>