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..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_ */ |