diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-06-05 17:51:53 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-06-05 20:09:01 +0200 |
commit | 8589b1fa036880c84ceebcb9a93f5a3e0006054b (patch) | |
tree | cdc29ca62d3174db784d686120a5985159df91f9 /mail/mail2sms/files/patch-main.c | |
parent | irc/sic: Fix build with llvm15 (diff) |
mail/mail2sms: Fix build with lvm15
- Refresh patches
Approved by: portmgr (blanket)
Diffstat (limited to 'mail/mail2sms/files/patch-main.c')
-rw-r--r-- | mail/mail2sms/files/patch-main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mail2sms/files/patch-main.c b/mail/mail2sms/files/patch-main.c index ff54c97870b8..2f3041d1632b 100644 --- a/mail/mail2sms/files/patch-main.c +++ b/mail/mail2sms/files/patch-main.c @@ -1,6 +1,6 @@ ---- main.c.orig Wed Apr 16 05:11:21 2003 -+++ main.c Wed Apr 16 05:12:16 2003 -@@ -18,7 +18,7 @@ +--- main.c.orig 2002-04-26 20:36:46 UTC ++++ main.c +@@ -18,7 +18,7 @@ extern int maxparts; #ifdef AFS #define CONFIGDIR "/var/mail2sms/" #else |