summaryrefslogtreecommitdiff
path: root/hunspell
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-17 13:53:14 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-17 13:53:14 +0000
commitfe045cfd0e6b89e887d73b5cd4bac0e0df60acb7 (patch)
tree7d2c64c8cdad16d34d6d89b66452d1873d84b0e0 /hunspell
parent0c78d6812bba7fa2eb3e4f0ce6534547b631ffff (diff)
#i10000# Flag for solaris
Diffstat (limited to 'hunspell')
-rw-r--r--hunspell/makefile.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/hunspell/makefile.mk b/hunspell/makefile.mk
index 1a0d58be370a..5fdad9fa52b5 100644
--- a/hunspell/makefile.mk
+++ b/hunspell/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
# This file is part of OpenOffice.org.
#
@@ -53,6 +53,9 @@ PATCH_FILE_NAME=hunspell-1.1.12.patch
#relative to CONFIGURE_DIR
CONFIGURE_ACTION=configure
CONFIGURE_FLAGS= --disable-shared --with-pic
+.IF "$(COMNAME)"=="sunpro5"
+CONFIGURE_FLAGS+= CFLAGS=-xc99=none
+.ENDIF # "$(COMNAME)"=="sunpro5"
BUILD_ACTION=make && make check