diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-05-19 15:29:56 +0200 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-05-19 15:37:36 +0200 |
commit | 75382de034dbbe6eda9da6149b31393bd9529899 (patch) | |
tree | 7bf81640a32a35cfbf1a5f3a5800c6a7c873ff5f /mail/p5-MIME-Fast/files/patch-Makefile.PL | |
parent | databases/pgmetrics: update to 1.13.0 (diff) |
cleanup: remove gmime2
gmime 2 has been replaced long ago by 2.4 version then 2.6 and finally 3.0
It is more than time to remove the 2.2 version (2.4 is already gone)
Diffstat (limited to 'mail/p5-MIME-Fast/files/patch-Makefile.PL')
-rw-r--r-- | mail/p5-MIME-Fast/files/patch-Makefile.PL | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/mail/p5-MIME-Fast/files/patch-Makefile.PL b/mail/p5-MIME-Fast/files/patch-Makefile.PL deleted file mode 100644 index 4c82af272a40..000000000000 --- a/mail/p5-MIME-Fast/files/patch-Makefile.PL +++ /dev/null @@ -1,17 +0,0 @@ ---- 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`, - ); |