From ade88aaba235ba7eb4463fa3a4429650a2898f70 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 23 Jun 2011 11:09:07 +0100 Subject: 1.2 -> 1.3 --- mythes/makefile.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mythes') diff --git a/mythes/makefile.mk b/mythes/makefile.mk index a2297667721c..c66307769602 100644 --- a/mythes/makefile.mk +++ b/mythes/makefile.mk @@ -54,7 +54,7 @@ CONFIGURE_DIR=$(BUILD_DIR) .IF "$(SYSTEM_HUNSPELL)" != "YES" HUNSPELL_CFLAGS +:= -I$(SOLARINCDIR)$/hunspell -HUNSPELL_LIBS +:= -L$(SOLARLIBDIR) -lhunspell-1.2 +HUNSPELL_LIBS +:= -L$(SOLARLIBDIR) -lhunspell-1.3 .ENDIF #relative to CONFIGURE_DIR @@ -97,7 +97,7 @@ OUT2INC += mythes.hxx CONFIGURE_ACTION=configure CONFIGURE_FLAGS= --disable-shared --with-pic \ HUNSPELL_CFLAGS=-I$(SOLARINCDIR)$/hunspell \ - HUNSPELL_LIBS="-L$(SOLARLIBDIR) -lhunspell-1.2" + HUNSPELL_LIBS="-L$(SOLARLIBDIR) -lhunspell-1.3" .IF "$(CROSS_COMPILING)"=="YES" CONFIGURE_FLAGS+=--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) gio_can_sniff=no -- cgit