summaryrefslogtreecommitdiff
path: root/graphite/graphite2.patch
diff options
context:
space:
mode:
authorMartin Hosken <martin_hosken@sil.org>2011-08-23 09:22:29 +0700
committerMartin Hosken <martin_hosken@sil.org>2011-08-23 09:22:29 +0700
commit977bc66a2a641c809cbb152960f1fb691eb77b63 (patch)
tree9fedca233371ba60215514f6d8d556df8bb5ee4f /graphite/graphite2.patch
parent0a622335b02f886a3ea3a458b9ef91e42a133608 (diff)
Upgrade graphite to 1.0.2 and simplify patches
Diffstat (limited to 'graphite/graphite2.patch')
-rw-r--r--graphite/graphite2.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphite/graphite2.patch b/graphite/graphite2.patch
new file mode 100644
index 000000000000..fcd486c54875
--- /dev/null
+++ b/graphite/graphite2.patch
@@ -0,0 +1,11 @@
+--- misc/graphite2-1.0.2/include/graphite2/Types.h 2011-02-12 16:54:16.000000000 +0100
++++ misc/build/graphite2-1.0.2/include/graphite2/Types.h 2011-03-15 21:38:06.264788098 +0100
+@@ -36,7 +36,7 @@
+ };
+
+ // Definitions for library publicly exported symbols
+-#if defined _WIN32 || defined __CYGWIN__
++#if ( defined _WIN32 || defined __CYGWIN__ ) && !defined GR2_STATIC
+ #ifdef GR2_EXPORTING
+ #ifdef __GNUC__
+ #define GR2_API __attribute__((dllexport))