diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2011-12-12 03:14:22 +0800 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2011-12-12 03:14:22 +0800 |
commit | 7c91da3b76b574c81d65b40ddcbc3f2252dcdca8 (patch) | |
tree | 38d0673b9da441667eb4c34f4f86fb92949e0c13 /mail | |
parent | dfec9ef948d3506834533f92263a0a4e6fac3d1e (diff) | |
download | freebsd-ports-gnome-7c91da3b76b574c81d65b40ddcbc3f2252dcdca8.tar.gz freebsd-ports-gnome-7c91da3b76b574c81d65b40ddcbc3f2252dcdca8.tar.zst freebsd-ports-gnome-7c91da3b76b574c81d65b40ddcbc3f2252dcdca8.zip |
patchfile is no longer needed
Noted by: pav
Feature safe: yes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sqwebmail/files/patch-sqwebmail::showmsg2html.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/sqwebmail/files/patch-sqwebmail::showmsg2html.c b/mail/sqwebmail/files/patch-sqwebmail::showmsg2html.c deleted file mode 100644 index 0314733badcb..000000000000 --- a/mail/sqwebmail/files/patch-sqwebmail::showmsg2html.c +++ /dev/null @@ -1,15 +0,0 @@ ---- ./sqwebmail/showmsg2html.c.orig 2011-04-29 11:57:03.000000000 +0200 -+++ ./sqwebmail/showmsg2html.c 2011-04-29 11:57:26.000000000 +0200 -@@ -14,6 +14,12 @@ - #include <string.h> - #include <errno.h> - -+void error(const char *p) -+{ -+ fprintf(stderr, "%s\n", p); -+ exit(1); -+} -+ - void rfc2045_error(const char *p) - { - fprintf(stderr, "%s\n", p); |