[Libreoffice-commits] .: mythes/makefile.mk
Tor Lillqvist
tml at kemper.freedesktop.org
Mon Jun 20 09:14:56 PDT 2011
mythes/makefile.mk | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 5015b3375fc436401a8199f7e83d7c5b429db617
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Mon Jun 20 18:25:50 2011 +0300
Bypass when SYSTEM_MYTHES=YES for WNTGCC, too
diff --git a/mythes/makefile.mk b/mythes/makefile.mk
index b0054c9..a229766 100644
--- a/mythes/makefile.mk
+++ b/mythes/makefile.mk
@@ -93,6 +93,7 @@ OUT2INC += mythes.hxx
.IF "$(GUI)"=="WNT"
.IF "$(COM)"=="GCC"
+.IF "$(SYSTEM_MYTHES)" != "YES"
CONFIGURE_ACTION=configure
CONFIGURE_FLAGS= --disable-shared --with-pic \
HUNSPELL_CFLAGS=-I$(SOLARINCDIR)$/hunspell \
@@ -104,6 +105,7 @@ CONFIGURE_FLAGS+=--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) gio_can_sniff
BUILD_ACTION=make
+.ENDIF
.ELSE
BUILD_ACTION=dmake
.ENDIF # "$(COM)"=="GCC"
More information about the Libreoffice-commits
mailing list