print/tex-luatex: fix build on recent current
This commit is contained in:
parent
44f6ee64ea
commit
05cfd275a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546341
1 changed files with 4 additions and 0 deletions
|
@ -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}/.. && \
|
||||
|
|
Loading…
Reference in a new issue