summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-07-09 11:38:43 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-07-09 11:38:43 +0000
commit9063da6c1f735558a3485ad6d66d68161c17c572 (patch)
tree8d7757a33a6deea9ea6bea00a308a685e79f8b38
parent289557f89ec5083a00564f58d6bc64c3b5089cc0 (diff)
t1lib: Adapt to W32TeX
git-svn-id: svn://tug.org/texlive/trunk@26953 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/libs/t1lib/t1lib-5.1.2-PATCHES/ChangeLog5
-rw-r--r--Build/source/libs/t1lib/t1lib-5.1.2-PATCHES/patch-03-win3214
-rw-r--r--Build/source/libs/t1lib/t1lib-5.1.2/win32/sysconf.h4
3 files changed, 21 insertions, 2 deletions
diff --git a/Build/source/libs/t1lib/t1lib-5.1.2-PATCHES/ChangeLog b/Build/source/libs/t1lib/t1lib-5.1.2-PATCHES/ChangeLog
index 943aff3f445..c983d9d445f 100644
--- a/Build/source/libs/t1lib/t1lib-5.1.2-PATCHES/ChangeLog
+++ b/Build/source/libs/t1lib/t1lib-5.1.2-PATCHES/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-16 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * patch-03-win32 (new): Adjust some global parameters for MSVC.
+ From Akira Kakuto <kakuto@fuk.kindai.ac.jp> (W32TeX).
+
2011-04-19 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-02-ambiguous (new): Fix braces added to avoid
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
diff --git a/Build/source/libs/t1lib/t1lib-5.1.2/win32/sysconf.h b/Build/source/libs/t1lib/t1lib-5.1.2/win32/sysconf.h
index 9c56a8b4c24..0b7c3da561c 100644
--- a/Build/source/libs/t1lib/t1lib-5.1.2/win32/sysconf.h
+++ b/Build/source/libs/t1lib/t1lib-5.1.2/win32/sysconf.h
@@ -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