summaryrefslogtreecommitdiff
path: root/print/tex-xdvik/files/patch-texk-xdvik-fontconfig.h
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2015-01-31 12:48:14 +0000
committerHiroki Sato <hrs@FreeBSD.org>2015-01-31 12:48:14 +0000
commit06be6f2de88d7c64bd5371c5c01cd27d9dbfb986 (patch)
treea405788599bab9ad7365316e1484954d9d847f81 /print/tex-xdvik/files/patch-texk-xdvik-fontconfig.h
parent- Fix a bug that deactivate-input-method was not called in (diff)
- Add pTeX support to xdvik. This improvement is imported from
the latest j1.42 patchset by adjusting it to the 22.87 code base. - Move files in TEXMFDISTDIR/xdvi to TEXMFDISTDIR/dvips/xdvi.
Diffstat (limited to 'print/tex-xdvik/files/patch-texk-xdvik-fontconfig.h')
-rw-r--r--print/tex-xdvik/files/patch-texk-xdvik-fontconfig.h14
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_ */