summarylogtreecommitdiffstats
path: root/freetype-1.3.1-kpathsea.patch
blob: 19f7cfee07729da8f9537ff16a0f48f069c86a0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: contrib/ttf2pk/filesrch.c
===================================================================
--- contrib/ttf2pk/filesrch.c.orig
+++ contrib/ttf2pk/filesrch.c
@@ -36,7 +36,7 @@
 
 #ifdef KPSEDLL
 /* this is kpathsea 3.3 and newer */
-extern KPSEDLL char *kpathsea_version_string;
+extern KPSEDLL const char *kpathsea_version_string;
 #else
 extern DllImport char *kpathsea_version_string;
 #endif