diff options
Diffstat (limited to 'print/tex-xdvik/files/patch-texk-xdvik-xdvi-debug.h')
-rw-r--r-- | print/tex-xdvik/files/patch-texk-xdvik-xdvi-debug.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/print/tex-xdvik/files/patch-texk-xdvik-xdvi-debug.h b/print/tex-xdvik/files/patch-texk-xdvik-xdvi-debug.h new file mode 100644 index 000000000000..9e3d3e69deb7 --- /dev/null +++ b/print/tex-xdvik/files/patch-texk-xdvik-xdvi-debug.h @@ -0,0 +1,10 @@ +--- texk/xdvik/xdvi-debug.h.orig 2014-09-02 18:41:34.000000000 +0900 ++++ texk/xdvik/xdvi-debug.h 2015-01-31 21:02:18.000000000 +0900 +@@ -101,6 +101,7 @@ + #define DBG_GUI 131072 + #define DBG_FIND 262144 + #define DBG_FILES 524288 ++#define DBG_PTEXFNT 1048576 + #define DBG_ALL (~DBG_BATCH) + + /* a mapping of numerical options to descriptive strings, defined in util.c */ |