diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2004-12-08 15:04:26 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2004-12-08 15:04:26 +0000 |
commit | b285e1b08653375ad8f9ac65d19fdf9cd1be2397 (patch) | |
tree | 99e055ddba1744f31fd0fe1aa2fc69f069ff8dbf /mail/p5-MIME-Fast/files | |
parent | 4bdc4819e6edde3c6d7417edc698cf9c00e470bc (diff) |
Notes
Diffstat (limited to 'mail/p5-MIME-Fast/files')
-rw-r--r-- | mail/p5-MIME-Fast/files/patch-Makefile.PL | 17 |
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`, + ); |