Fix build with hunspell 1.3
Reported by: pointyhat (pav)
This commit is contained in:
parent
5c3bdf7d6c
commit
1c0214e191
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278147
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
LIBS = -lSDL_mixer \
|
||||
-lSDL \
|
||||
- -lhunspell \
|
||||
+ -lhunspell-1.2 \
|
||||
+ -lhunspell-1.3 \
|
||||
-lglibmm-2.4 \
|
||||
-lcurl \
|
||||
-lxml++-2.6 \
|
||||
|
|
Loading…
Reference in a new issue