Author: hdu
Date: Fri Apr 26 15:07:35 2013
New Revision: 1476249
URL: http://svn.apache.org/r1476249
Log:
fix hunspell build breaker on compilers supporting user-defined literals
Added:
openoffice/trunk/ext_libraries/hunspell/hunspell-cxx11-literal.patch
Modified:
openoffice/trunk/ext_libraries/hunspell/makefile.mk
Added: openoffice/trunk/ext_libraries/hunspell/hunspell-cxx11-literal.patch
URL:
http://svn.apache.org/viewvc/openoffice/trunk/ext_libraries/hunspell/hunspell-cxx11-literal.patch?rev=1476249&view=auto
==============================================================================
--- openoffice/trunk/ext_libraries/hunspell/hunspell-cxx11-literal.patch (added)
+++ openoffice/trunk/ext_libraries/hunspell/hunspell-cxx11-literal.patch Fri
Apr 26 15:07:35 2013
@@ -0,0 +1,11 @@
+--- misc/hunspell-1.3.2/src/tools/hunspell.cxx 2013-04-19 15:49:08.000000000
+0200
++++ misc/build/hunspell-1.3.2/src/tools/hunspell.cxx 2013-04-19
15:48:51.000000000 +0200
+@@ -20,7 +20,7 @@
+ #define HUNSPELL_VERSION VERSION
+ #define INPUTLEN 50
+
+-#define HUNSPELL_PIPE_HEADING "@(#) International Ispell Version 3.2.06 (but
really Hunspell "VERSION")\n"
++#define HUNSPELL_PIPE_HEADING "@(#) International Ispell Version 3.2.06 (but
really Hunspell " VERSION ")\n"
+ #define HUNSPELL_HEADING "Hunspell "
+
+ //for debugging only
Modified: openoffice/trunk/ext_libraries/hunspell/makefile.mk
URL:
http://svn.apache.org/viewvc/openoffice/trunk/ext_libraries/hunspell/makefile.mk?rev=1476249&r1=1476248&r2=1476249&view=diff
==============================================================================
--- openoffice/trunk/ext_libraries/hunspell/makefile.mk (original)
+++ openoffice/trunk/ext_libraries/hunspell/makefile.mk Fri Apr 26 15:07:35 2013
@@ -43,6 +43,7 @@ TARFILE_NAME=hunspell-1.3.2
TARFILE_MD5=3121aaf3e13e5d88dfff13fb4a5f1ab8
PATCH_FILES= \
+ hunspell-cxx11-literal.patch \
hunspell-solaris.patch \
hunspell-bash.patch \
hunspell-1.3.2-overflow.patch