Fix build with hunspell 1.3

Reported by:	pointyhat (pav)
This commit is contained in:
Baptiste Daroussin 2011-07-22 06:14:30 +00:00
parent 5c3bdf7d6c
commit 1c0214e191
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278147

View file

@ -45,7 +45,7 @@
LIBS = -lSDL_mixer \
-lSDL \
- -lhunspell \
+ -lhunspell-1.2 \
+ -lhunspell-1.3 \
-lglibmm-2.4 \
-lcurl \
-lxml++-2.6 \