From beda88a2d715963e0cfaeb1d1ac38586df17058e Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 24 Aug 2011 10:11:05 +0300 Subject: We build graphite as a static library for MSVC --- graphite/graphite2.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphite') 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__ -- cgit