diff options
| author | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-25 19:41:00 +0000 |
|---|---|---|
| committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-25 19:41:00 +0000 |
| commit | a9bfbc5cfc6d53f97795a749b313165452ce626e (patch) | |
| tree | b8cb61162750cd56f6d221e4bff8206345b45740 /textproc/p5-Text-Unaccent/files/patch-Makefile.PL | |
| parent | - update to 1.0.11 (diff) | |
Adding port textproc/p5-Text-Unaccent, Remove accents from a string.
Approved by: tobez (implicit)
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', + ); |
