summaryrefslogtreecommitdiff
path: root/graphite
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-08-24 10:11:05 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-08-24 10:11:05 +0300
commitbeda88a2d715963e0cfaeb1d1ac38586df17058e (patch)
treeeba772726d33f6a65b9d79de9e7b74903c9d7db4 /graphite
parentc0fa78c8a3280dc31dbf988d5abce102ce1cab47 (diff)
We build graphite as a static library for MSVC
Diffstat (limited to 'graphite')
-rw-r--r--graphite/graphite2.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphite/graphite2.patch b/graphite/graphite2.patch
index fcd486c54875..a13ef0757fb1 100644
--- a/graphite/graphite2.patch
+++ b/graphite/graphite2.patch
@@ -1,10 +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 @@
+@@ -36,7 +36,8 @@
};
// Definitions for library publicly exported symbols
-#if defined _WIN32 || defined __CYGWIN__
++#define GR2_STATIC 1
+#if ( defined _WIN32 || defined __CYGWIN__ ) && !defined GR2_STATIC
#ifdef GR2_EXPORTING
#ifdef __GNUC__