ChaSen.so requires linking libstdc++ explicitly.

This commit is contained in:
Jun Kuriyama 2004-05-14 13:29:55 +00:00
parent f4b43c46c3
commit 4e3ba095ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109119
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= Text-ChaSen
PORTVERSION= 1.03
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= japanese textproc perl5
MASTER_SITES= http://chasen.aist-nara.ac.jp/stable/chasen/
DISTNAME= chasen-${CHASEN_VERSION}

View file

@ -5,5 +5,5 @@
'NAME' => 'Text::ChaSen',
'VERSION_FROM' => 'ChaSen.pm',
- 'LIBS' => ['-lchasen']
+ 'LIBS' => ["-L$ENV{PREFIX}/lib -lchasen"]
+ 'LIBS' => ["-lstdc++ -L$ENV{PREFIX}/lib -lchasen"]
);