aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-08-27 13:14:17 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-08-27 13:14:17 +0000
commit05cfd275a50b52a72fb1d1c7dfec70057b9d1b6e (patch)
treef6a8aa4f28b2172c9e8e9eeb6f2d2322d06c8021 /print
parent44f6ee64ea2093b0e56b053f6b010b9b4988a801 (diff)
downloadports-05cfd275a50b52a72fb1d1c7dfec70057b9d1b6e.tar.gz
ports-05cfd275a50b52a72fb1d1c7dfec70057b9d1b6e.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/tex-luatex/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/print/tex-luatex/Makefile b/print/tex-luatex/Makefile
index 4e843321ab67..e79af9a1b296 100644
--- a/print/tex-luatex/Makefile
+++ b/print/tex-luatex/Makefile
@@ -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}/.. && \