[Libreoffice-commits] .: hunspell/hunspell-static.patch hunspell/makefile.mk

Fridrich Strba fridrich at kemper.freedesktop.org
Thu Feb 10 11:51:28 PST 2011


 hunspell/hunspell-static.patch |   11 +++++++++++
 hunspell/makefile.mk           |    1 +
 2 files changed, 12 insertions(+)

New commits:
commit 4c561bb11c4155e74f922653336395c342de4d07
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Thu Feb 10 20:50:26 2011 +0100

    Static defines when building static hunspell on Windows

diff --git a/hunspell/hunspell-static.patch b/hunspell/hunspell-static.patch
new file mode 100644
index 0000000..08a2320
--- /dev/null
+++ b/hunspell/hunspell-static.patch
@@ -0,0 +1,11 @@
+--- misc/hunspell-1.3.1/src/hunspell/makefile.mk	2010-06-17 15:56:41.000000000 +0200
++++ misc/build/hunspell-1.3.1/src/hunspell/makefile.mk	2011-02-10 20:47:22.000000000 +0100
+@@ -39,7 +39,7 @@
+ 
+ # --- Files --------------------------------------------------------
+ 
+-CFLAGS+=-I..$/..$/
++CFLAGS+=-I..$/..$/ -DHUNSPELL_STATIC
+ CDEFS+=-DOPENOFFICEORG
+ 
+ SLOFILES=	\
diff --git a/hunspell/makefile.mk b/hunspell/makefile.mk
index 88999ed..a78dfbd 100644
--- a/hunspell/makefile.mk
+++ b/hunspell/makefile.mk
@@ -41,6 +41,7 @@ TARFILE_MD5=9ed97fce60a9a65852402248a6659492
 ADDITIONAL_FILES+=config.h
 
 PATCH_FILES=\
+    hunspell-static.patch \
     hunspell-wntconfig.patch \
     hunspell-solaris.patch
 


More information about the Libreoffice-commits mailing list