svn commit: r546341 - head/print/tex-luatex

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 13:14:18 UTC 2020


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}/.. && \


More information about the svn-ports-all mailing list