summaryrefslogtreecommitdiff
path: root/libre/texlive-bin-libre/fix-fontforge-encoding.patch
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2011-08-17 18:13:46 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2011-08-17 18:13:46 +0200
commitf51af576a2b194f881f8f36f7973be928c136eab (patch)
treed8978f2205449f27fb9d6e06d3b50f3385d91fe9 /libre/texlive-bin-libre/fix-fontforge-encoding.patch
parent9fe3016e5e2a96898b283a0ba14d277dafc8b389 (diff)
Add texlive-bin-libre, texlive-texmf-libre.
texlive-bin-libre is texlive-bin from Arch modified to have Parabola branding (otherwise different texmf would be confusing) with shared libraries (probably making porting and security updates easier). texlive-texmf-libre is whole texmf-dist of TeXLive 2011 with files known to be nonfree or not useful removed.
Diffstat (limited to 'libre/texlive-bin-libre/fix-fontforge-encoding.patch')
-rw-r--r--libre/texlive-bin-libre/fix-fontforge-encoding.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/texlive-bin-libre/fix-fontforge-encoding.patch b/libre/texlive-bin-libre/fix-fontforge-encoding.patch
new file mode 100644
index 000000000..8104b3289
--- /dev/null
+++ b/libre/texlive-bin-libre/fix-fontforge-encoding.patch
@@ -0,0 +1,12 @@
+--- source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/noprefs.c.orig 2009-09-30 19:27:00.935039526 +0200
++++ source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/noprefs.c 2009-09-30 19:28:04.908364646 +0200
+@@ -495,6 +495,9 @@
+ { "Big5HKSCS", e_big5hkscs },
+ { "Big5-HKSCS", e_big5hkscs },
+ { "UTF-8", e_utf8 },
++ { "utf-8", e_utf8 },
++ { "UTF8", e_utf8 },
++ { "utf8", e_utf8 },
+ { "ISO-10646/UTF-8", e_utf8 },
+ { "ISO_10646/UTF-8", e_utf8 },
+ { "UCS2", e_unicode },