diff options
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..9ff2b80613f9 --- /dev/null +++ b/print/tex-xdvik/files/patch-texk-xdvik-ac-withenable.ac @@ -0,0 +1,9 @@ +--- 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]) |