Browse Source

* add solaris dll path

git-svn-id: trunk@10174 -
Almindor 17 years ago
parent
commit
9c1a5f6b92
1 changed files with 4 additions and 0 deletions
  1. 4 0
      packages/aspell/src/aspell.pp

+ 4 - 0
packages/aspell/src/aspell.pp

@@ -35,6 +35,10 @@ uses
  const libaspell = '/boot/home/config/lib/libaspell.so';
 {$ENDIF}
 
+{$IFDEF Solaris}
+ const libaspell = '/opt/csw/lib/libpspell.so.15';
+{$ENDIF}
+
 {$IFDEF SkyOS}
  {$DEFINE STATIC_ASPELL}
  {$LINKLIB aspell}