aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-Text-ChaSen/files/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/p5-Text-ChaSen/files/patch-Makefile.PL')
-rw-r--r--japanese/p5-Text-ChaSen/files/patch-Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/p5-Text-ChaSen/files/patch-Makefile.PL b/japanese/p5-Text-ChaSen/files/patch-Makefile.PL
index 8facbf3dd8a5..29cc841c1994 100644
--- a/japanese/p5-Text-ChaSen/files/patch-Makefile.PL
+++ b/japanese/p5-Text-ChaSen/files/patch-Makefile.PL
@@ -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"]
);