kill multi repo support: BuildDirs and gbuild.mk, GNUmakefile.mk
[LibreOffice.git] / graphite / graphite2.patch
blobd5a956553ad1fd94403755c6ad5ba2c9c726e53e
1 --- misc/graphite2-1.0.3/include/graphite2/Types.h 2011-02-12 16:54:16.000000000 +0100
2 +++ misc/build/graphite2-1.0.3/include/graphite2/Types.h 2011-03-15 21:38:06.264788098 +0100
3 @@ -36,7 +36,8 @@
4 };
6 // Definitions for library publicly exported symbols
7 -#if defined _WIN32 || defined __CYGWIN__
8 +#define GR2_STATIC 1
9 +#if ( defined _WIN32 || defined __CYGWIN__ ) && !defined GR2_STATIC
10 #ifdef GR2_EXPORTING
11 #ifdef __GNUC__
12 #define GR2_API __attribute__((dllexport))