diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2023-01-01 05:55:52 +0900 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2023-01-01 05:55:52 +0900 |
commit | 05fe08364e357c018a4e6be1bf1b6ede19738d47 (patch) | |
tree | 080bb25bc552a563439c3dfd50cd64bfeafb84eb /print/tex-xdvik/files/patch-texk-xdvik-xdvi-debug.h | |
parent | security/py-trezor: Update to 0.13.5 (diff) |
print/tex-xdvik: re-add patches for pTeX and CJK support
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..3da3670dc40a --- /dev/null +++ b/print/tex-xdvik/files/patch-texk-xdvik-xdvi-debug.h @@ -0,0 +1,10 @@ +--- texk/xdvik/xdvi-debug.h.orig 2022-01-30 07:42:00 UTC ++++ texk/xdvik/xdvi-debug.h +@@ -100,6 +100,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 */ |