[Libreoffice-commits] .: Branch 'libreoffice-3-4' - graphite/graphite2.patch
Michael Meeks
michael at kemper.freedesktop.org
Tue Aug 23 07:49:27 PDT 2011
graphite/graphite2.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
New commits:
commit d7274c0dae4111e78998b8fb32f35d17d206c089
Author: Michael Meeks <michael.meeks at novell.com>
Date: Tue Aug 23 15:46:47 2011 +0100
add missing file I omitted to add
diff --git a/graphite/graphite2.patch b/graphite/graphite2.patch
new file mode 100644
index 0000000..fcd486c
--- /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))
More information about the Libreoffice-commits
mailing list