summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Unaccent/files/patch-Makefile.PL
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2006-05-25 19:41:00 +0000
committerAaron Dalton <aaron@FreeBSD.org>2006-05-25 19:41:00 +0000
commita9bfbc5cfc6d53f97795a749b313165452ce626e (patch)
treeb8cb61162750cd56f6d221e4bff8206345b45740 /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.PL11
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',
+ );