freebsd-ports/print/tex-xdvik/files/patch-texk-xdvik-encodings.h
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

10 lines
318 B
C

--- texk/xdvik/encodings.h.orig 2004-11-01 23:15:22 UTC
+++ texk/xdvik/encodings.h
@@ -53,5 +53,7 @@ extern int str_iso_8859_1_to_utf8(const
extern Boolean is_hyphenchar(uint32_t unicode);
extern Boolean is_ideograph(uint32_t unicode);
+extern uint32_t jis2unicode(wide_ubyte jis);
+
#endif /* ENCODINGS_H_ */