ports/print/tex-xdvik/files/patch-texk-xdvik-ac-withenable.ac
Hiroki Sato 90410e570d Update TeXLive to TL2015.
- print/texlive-infra was renamed with print/texlive-tlmgr.
  Note that currently tlmgr(1) does not work because of
  lack of TLPDB.  This will be fixed.

- Lua libraries used in LuaTeX are separated into
  devel/tex-libtexlua and devel/texlibtexluajit.
  USE_TEX supports them via keywords "texlua" and "texluajit".

- libsynctex is currently installed by devel/tex-web2c.
  This will be separated into a single port.

- Add graphics/libpotrace and use installed libpotrace
  and libharfbuzz.
2015-07-19 20:33:34 +00:00

9 lines
371 B
Text

--- texk/xdvik/ac/withenable.ac.orig 2013-04-05 00:03:01 UTC
+++ texk/xdvik/ac/withenable.ac
@@ -6,5 +6,5 @@ dnl
dnl extra_dirs = texk/xdvik/squeeze
dnl
## configure options and TL libraries required for xdvik
-KPSE_ENABLE_PROG([xdvik], [kpathsea freetype2], [x])
+KPSE_ENABLE_PROG([xdvik], [kpathsea freetype2 zlib], [x])
m4_include(kpse_TL[texk/xdvik/ac/xdvik.ac])