diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2015-01-31 12:48:14 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2015-01-31 12:48:14 +0000 |
commit | 06be6f2de88d7c64bd5371c5c01cd27d9dbfb986 (patch) | |
tree | a405788599bab9ad7365316e1484954d9d847f81 /print/tex-xdvik/files/patch-texk-xdvik-ac-withenable.ac | |
parent | - Fix a bug that deactivate-input-method was not called in (diff) |
- Add pTeX support to xdvik. This improvement is imported from
the latest j1.42 patchset by adjusting it to the 22.87 code base.
- Move files in TEXMFDISTDIR/xdvi to TEXMFDISTDIR/dvips/xdvi.
Diffstat (limited to 'print/tex-xdvik/files/patch-texk-xdvik-ac-withenable.ac')
-rw-r--r-- | print/tex-xdvik/files/patch-texk-xdvik-ac-withenable.ac | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/print/tex-xdvik/files/patch-texk-xdvik-ac-withenable.ac b/print/tex-xdvik/files/patch-texk-xdvik-ac-withenable.ac new file mode 100644 index 000000000000..ba03974b0a12 --- /dev/null +++ b/print/tex-xdvik/files/patch-texk-xdvik-ac-withenable.ac @@ -0,0 +1,9 @@ +--- texk/xdvik/ac/withenable.ac.orig 2014-09-02 18:41:34.000000000 +0900 ++++ texk/xdvik/ac/withenable.ac 2015-01-31 21:02:19.000000000 +0900 +@@ -6,5 +6,5 @@ + 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]) |