diff options
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..0ad6b2195c89 --- /dev/null +++ b/print/tex-xdvik/files/patch-texk-xdvik-fontconfig.h @@ -0,0 +1,14 @@ +--- /dev/null 2015-01-31 21:35:05.000000000 +0900 ++++ texk/xdvik/fontconfig.h 2015-01-31 21:02:18.000000000 +0900 +@@ -0,0 +1,11 @@ ++ ++#ifndef FONTCONFIG_H_ ++#define FONTCONFIG_H_ ++ ++#ifdef PTEX ++ ++char *get_ptex_font_pathname(char *name); ++ ++#endif /* PTEX */ ++ ++#endif /* FONTCONFIG_H_ */ |