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

17 lines
435 B
C

--- texk/xdvik/hypertex.h.orig 2004-05-07 22:10:22 UTC
+++ texk/xdvik/hypertex.h
@@ -21,7 +21,7 @@
*/
#ifndef HYPERTEX_H_
-#define HTEXTEX_H_
+#define HYPERTEX_H_
/* fallbacks if parsing user-specified colors fails */
#define LINK_COLOR_FALLBACK "BLUE2"
@@ -68,4 +68,4 @@ extern void htex_forward(void);
extern Boolean htex_scan_anchor(const char *special, size_t len);
-#endif /* HTEXTEX_H_ */
+#endif /* HYPERTEX_H_ */