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-fontconfig.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-fontconfig.h')
-rw-r--r-- | print/tex-xdvik/files/patch-texk-xdvik-fontconfig.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/print/tex-xdvik/files/patch-texk-xdvik-fontconfig.h b/print/tex-xdvik/files/patch-texk-xdvik-fontconfig.h new file mode 100644 index 000000000000..79edab6617a5 --- /dev/null +++ b/print/tex-xdvik/files/patch-texk-xdvik-fontconfig.h @@ -0,0 +1,14 @@ +--- texk/xdvik/fontconfig.h.orig 2015-07-19 18:49:42 UTC ++++ texk/xdvik/fontconfig.h +@@ -0,0 +1,11 @@ ++ ++#ifndef FONTCONFIG_H_ ++#define FONTCONFIG_H_ ++ ++#ifdef PTEX ++ ++char *get_ptex_font_pathname(char *name); ++ ++#endif /* PTEX */ ++ ++#endif /* FONTCONFIG_H_ */ |