diff options
Diffstat (limited to 'Build/source/libs/t1lib/t1lib-5.1.2-PATCHES/patch-03-win32')
-rw-r--r-- | Build/source/libs/t1lib/t1lib-5.1.2-PATCHES/patch-03-win32 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Build/source/libs/t1lib/t1lib-5.1.2-PATCHES/patch-03-win32 b/Build/source/libs/t1lib/t1lib-5.1.2-PATCHES/patch-03-win32 new file mode 100644 index 00000000000..818e406b64b --- /dev/null +++ b/Build/source/libs/t1lib/t1lib-5.1.2-PATCHES/patch-03-win32 @@ -0,0 +1,14 @@ +diff -ur t1lib-5.1.2.orig/win32/sysconf.h t1lib-5.1.2/win32/sysconf.h +--- t1lib-5.1.2.orig/win32/sysconf.h 2007-12-23 16:49:43.000000000 +0100 ++++ t1lib-5.1.2/win32/sysconf.h 2012-06-16 20:18:06.000000000 +0200 +@@ -40,8 +40,8 @@ + #define SIZEOF_VOID_P 4 + + #if defined(_MSC_VER) +-# define T1LIB_IDENT "1.0" +-# define GLOBAL_CONFIG_DIR "/usr/local/share/t1lib-1.0" ++# define T1LIB_IDENT "5.1.2" ++# define GLOBAL_CONFIG_DIR "c:/usr/local/share/t1lib" + # define T1_AA_TYPE16 short + # define T1_AA_TYPE32 int + #endif |