diff options
Diffstat (limited to 'print/tex-xdvik/files/patch-texk-xdvik-gui-help-window.c')
-rw-r--r-- | print/tex-xdvik/files/patch-texk-xdvik-gui-help-window.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/print/tex-xdvik/files/patch-texk-xdvik-gui-help-window.c b/print/tex-xdvik/files/patch-texk-xdvik-gui-help-window.c deleted file mode 100644 index 1f5d44e8fad6..000000000000 --- a/print/tex-xdvik/files/patch-texk-xdvik-gui-help-window.c +++ /dev/null @@ -1,12 +0,0 @@ ---- texk/xdvik/gui/help-window.c.orig 2013-03-31 05:28:21 UTC -+++ texk/xdvik/gui/help-window.c -@@ -314,6 +314,9 @@ initialize_items(struct topic_info *info - #if FREETYPE - "- freetype2 (direct rendering of PS fonts) enabled\n", - #endif -+#ifdef PTEX -+ "- FreeType2 (Kanji font rendering) enabled\n", -+#endif /* PTEX */ - #if HAVE_ICONV_H - "- Iconv support compiled in\n", - #if USE_LANGINFO |