diff options
Diffstat (limited to 'textproc/p5-Text-Unaccent/files/patch-Makefile.PL')
| -rw-r--r-- | textproc/p5-Text-Unaccent/files/patch-Makefile.PL | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/p5-Text-Unaccent/files/patch-Makefile.PL b/textproc/p5-Text-Unaccent/files/patch-Makefile.PL new file mode 100644 index 000000000000..1ec42a326b63 --- /dev/null +++ b/textproc/p5-Text-Unaccent/files/patch-Makefile.PL @@ -0,0 +1,11 @@ +--- Makefile.PL.orig Thu May 25 13:35:31 2006 ++++ Makefile.PL Thu May 25 13:35:57 2006 +@@ -26,6 +26,6 @@ + 'OBJECT' => '$(O_FILES)', + 'DEFINE' => '-DHAVE_CONFIG_H', + 'C' => [ 'Unaccent.c', 'unac.c' ], +- 'LIBS' => [ '-liconv' ], +- 'INC' => '-I.', ++ 'LIBS' => [ '-L/usr/local/lib -liconv' ], ++ 'INC' => '-I. -I/usr/local/include', + ); |
