aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-MIME-Fast/files
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-12-08 15:04:26 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-12-08 15:04:26 +0000
commitb285e1b08653375ad8f9ac65d19fdf9cd1be2397 (patch)
tree99e055ddba1744f31fd0fe1aa2fc69f069ff8dbf /mail/p5-MIME-Fast/files
parent4bdc4819e6edde3c6d7417edc698cf9c00e470bc (diff)
downloadports-b285e1b08653375ad8f9ac65d19fdf9cd1be2397.tar.gz
ports-b285e1b08653375ad8f9ac65d19fdf9cd1be2397.zip
Add p5-MIME-Fast 1.4,
create, edit and parse MIME messages (via gmime2 C library).
Notes
Notes: svn path=/head/; revision=123458
Diffstat (limited to 'mail/p5-MIME-Fast/files')
-rw-r--r--mail/p5-MIME-Fast/files/patch-Makefile.PL17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/p5-MIME-Fast/files/patch-Makefile.PL b/mail/p5-MIME-Fast/files/patch-Makefile.PL
new file mode 100644
index 000000000000..4c82af272a40
--- /dev/null
+++ b/mail/p5-MIME-Fast/files/patch-Makefile.PL
@@ -0,0 +1,17 @@
+--- Makefile.PL.orig Thu Oct 16 13:01:46 2003
++++ Makefile.PL Wed Dec 8 17:56:57 2004
+@@ -6,6 +6,7 @@
+
+ # my $libs = `pkg-config --libs gmime-2.0`;
+ my $libs = `gmime-config --libs`;
++$libs =~ s/\-lgthread\-\d\.\d//;
+ my $vers = `gmime-config --version`;
+
+ if ($libs eq '') {
+@@ -78,5 +79,5 @@
+ },
+ 'clean' => { FILES => "gmime-version.h" },
+ # 'INC' => `pkg-config --cflags gmime-2.0` # e.g., '-I/usr/include/other'
+- 'INC' => "-I. -Icinclude " . `gmime-config --cflags`,
++ 'INC' => "-I. -Icinclude -I$ENV{PREFIX}/include " . `gmime-config --cflags`,
+ );