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

32 lines
798 B
Text

--- texk/xdvik/c-auto.in.orig 2014-04-13 01:27:58 UTC
+++ texk/xdvik/c-auto.in
@@ -72,6 +72,9 @@
/* Define to 1 if you have the <float.h> header file. */
#undef HAVE_FLOAT_H
+/* Using fontconfig */
+#undef HAVE_FONTCONFIG
+
/* Define to 1 if you have the `fork' function. */
#undef HAVE_FORK
@@ -108,6 +111,9 @@
/* Define to 1 if you have the <iconv.h> header file. */
#undef HAVE_ICONV_H
+/* Define to 1 if you have the `ptexenc' library. */
+#undef HAVE_PTEXENC
+
/* Define to 1 if you have the <ieeefp.h> header file. */
#undef HAVE_IEEEFP_H
@@ -346,6 +352,9 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
+/* Enabled Japanese pTeX support. */
+#undef PTEX
+
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE