summarylogtreecommitdiffstats
path: root/02_freetype.patch
diff options
context:
space:
mode:
authorNarrat2017-06-30 19:29:23 +0200
committerNarrat2017-06-30 19:29:23 +0200
commit365b64be2607d190c9486dac9e7f8c8747592f03 (patch)
tree063560b868dd04d9af7f660e21937e9fa51e1c82 /02_freetype.patch
parent6ea17bf4e8fe20fbbd8773c087386773c9ad0235 (diff)
downloadaur-365b64be2607d190c9486dac9e7f8c8747592f03.tar.gz
Tibia: Add FREETYPE_PROPERTIES to start-tibia.sh
Suggestion by luan
Diffstat (limited to '02_freetype.patch')
-rw-r--r--02_freetype.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/02_freetype.patch b/02_freetype.patch
new file mode 100644
index 000000000000..a8bea9ce668c
--- /dev/null
+++ b/02_freetype.patch
@@ -0,0 +1,10 @@
+--- tibia-11.32.5246/start-tibia.sh
++++ tibia-11.32.5246/start-tibia.sh
+@@ -6,5 +6,6 @@
+ SCRIPT=$(readlink -f "$0")
+ PATH=$(dirname "$SCRIPT")
+ BIN_PATH="$PATH/bin"
++export FREETYPE_PROPERTIES="truetype:interpreter-version=38"
+
+ LD_LIBRARY_PATH="$BIN_PATH" exec "$BIN_PATH/client"
+