aboutsummaryrefslogtreecommitdiff
path: root/mail/elmo
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-09-28 10:05:32 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-09-28 10:05:32 +0000
commitff87781b9e277ce1c5713d05d2639fa6e63f11b3 (patch)
tree037b974ca1b7fb12f05bbc1639b5950da6d0cd96 /mail/elmo
parent4b3d0f32742453818273c90277049d516d05d7ca (diff)
downloadports-ff87781b9e277ce1c5713d05d2639fa6e63f11b3.tar.gz
ports-ff87781b9e277ce1c5713d05d2639fa6e63f11b3.zip
Enable compilation on 4.9-PRERELEASE.
noticed by: demon
Notes
Notes: svn path=/head/; revision=89626
Diffstat (limited to 'mail/elmo')
-rw-r--r--mail/elmo/files/patch-src_rstring.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/elmo/files/patch-src_rstring.c b/mail/elmo/files/patch-src_rstring.c
new file mode 100644
index 000000000000..3d8e793afaab
--- /dev/null
+++ b/mail/elmo/files/patch-src_rstring.c
@@ -0,0 +1,20 @@
+$FreeBSD$
+
+--- src/rstring.c.orig Sat Sep 6 01:58:14 2003
++++ src/rstring.c Sun Sep 28 02:57:41 2003
+@@ -29,7 +29,6 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
+-#include <regex.h>
+ #include <errno.h>
+ #include <ctype.h>
+
+@@ -37,6 +36,7 @@
+ #include "rarray.h"
+ #include "rstring.h"
+ #include "error.h"
++#include <regex.h>
+ #include "memchunk.h"
+
+ /****************************************************************************