summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/kannel/Makefile2
-rw-r--r--www/kannel/files/patch-af2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/kannel/Makefile b/www/kannel/Makefile
index 1573f28dba15..a5309c423aff 100644
--- a/www/kannel/Makefile
+++ b/www/kannel/Makefile
@@ -6,7 +6,7 @@
PORTNAME= kannel
PORTVERSION= 1.4.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://www.kannel.org/download/
MASTER_SITE_SUBDIR= ${PORTVERSION}
diff --git a/www/kannel/files/patch-af b/www/kannel/files/patch-af
index f4a5ab082c65..d9166178c14a 100644
--- a/www/kannel/files/patch-af
+++ b/www/kannel/files/patch-af
@@ -16,7 +16,7 @@
{
int ret;
int i;
-+ int stack_size;
++ size_t stack_size;
pthread_mutex_init(&threadtable_lock, NULL);