diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-03-07 14:35:38 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-03-07 14:35:38 +0000 |
commit | 116934fbf0f866176ca6e2360f10134c1da4eea7 (patch) | |
tree | 3f701985563f26fcc1465c8f067159c27c0a304d /Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/patch-01-case-sensitive | |
parent | 6b2a8ddefb5477afc77abeee7d0f8d7b2a7049f3 (diff) |
graphite2 1.2.1
git-svn-id: svn://tug.org/texlive/trunk@29306 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/patch-01-case-sensitive')
-rw-r--r-- | Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/patch-01-case-sensitive | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/patch-01-case-sensitive b/Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/patch-01-case-sensitive new file mode 100644 index 00000000000..8aa3e1af313 --- /dev/null +++ b/Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/patch-01-case-sensitive @@ -0,0 +1,14 @@ + Required for case-sensitive filesystems. + +diff -ur graphite2-1.2.1.orig/src/gr_logging.cpp graphite2-1.2.1/src/gr_logging.cpp +--- graphite2-1.2.1.orig/src/gr_logging.cpp 2013-02-27 20:32:04.000000000 +0100 ++++ graphite2-1.2.1/src/gr_logging.cpp 2013-03-07 15:26:32.000000000 +0100 +@@ -33,7 +33,7 @@ + #include "inc/Segment.h" + + #if defined _WIN32 +-#include "Windows.h" ++#include "windows.h" + #endif + + using namespace graphite2; |