diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-02-23 18:01:31 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-02-23 18:01:31 +0000 |
commit | 2d229cc587977270a8f13f11d4af155daab1c782 (patch) | |
tree | c1cd8cebc1cd8a9ffa8f45de2da605231f55d722 /mail/p5-Mail-ClamAV/files | |
parent | b2506bb1f0f87cf34365be0c2453d8bcb294f508 (diff) |
Notes
Diffstat (limited to 'mail/p5-Mail-ClamAV/files')
-rw-r--r-- | mail/p5-Mail-ClamAV/files/patch-ClamAV.pm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/p5-Mail-ClamAV/files/patch-ClamAV.pm b/mail/p5-Mail-ClamAV/files/patch-ClamAV.pm new file mode 100644 index 000000000000..44df1f38bede --- /dev/null +++ b/mail/p5-Mail-ClamAV/files/patch-ClamAV.pm @@ -0,0 +1,18 @@ +--- ../Mail-ClamAV-0.05.orig/ClamAV.pm Mon Feb 23 16:04:36 2004 ++++ ClamAV.pm Mon Feb 23 16:05:17 2004 +@@ -138,12 +138,9 @@ + VERSION => $VERSION, + PREFIX => 'clamav_perl_', + NAME => "Mail::ClamAV", +- LIBS => "-lclamav"; +-# removed on install +-BEGIN { +-require "./config.pl"; +-} +-# end removed on install ++ OPTIMIZE => '-g', ++ LIBS => " -lclamav"; ++ + use Inline C => <<'END_OF_C'; + #include <stdio.h> + #include <string.h> |