summaryrefslogtreecommitdiff
path: root/mail/claws-mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail/claws-mail')
-rw-r--r--mail/claws-mail/Makefile1
-rw-r--r--mail/claws-mail/files/patch-src-news.c10
2 files changed, 11 insertions, 0 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
index d8470b007075..be2dfb47e96c 100644
--- a/mail/claws-mail/Makefile
+++ b/mail/claws-mail/Makefile
@@ -2,6 +2,7 @@
# $FreeBSD$
PORTNAME= claws-mail
+PORTREVISION= 1
CATEGORIES= mail news ipv6
COMMENT= Lightweight and very featureful GTK+ based e-mail and news client
diff --git a/mail/claws-mail/files/patch-src-news.c b/mail/claws-mail/files/patch-src-news.c
new file mode 100644
index 000000000000..277c33cc3189
--- /dev/null
+++ b/mail/claws-mail/files/patch-src-news.c
@@ -0,0 +1,10 @@
+--- src/news.c.orig 2013-06-02 14:53:22.000000000 +0200
++++ src/news.c 2013-06-02 14:51:55.000000000 +0200
+@@ -56,6 +56,7 @@
+ #include "remotefolder.h"
+ #include "alertpanel.h"
+ #include "inc.h"
++#include "account.h"
+ #ifdef USE_GNUTLS
+ # include "ssl.h"
+ #endif