diff options
author | trevor <trevor@FreeBSD.org> | 2003-09-28 18:05:32 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-09-28 18:05:32 +0800 |
commit | 6dc730f9576321e682aa6c00c675d2e4c23f1fee (patch) | |
tree | 7800927ab948e35916d0b8524745cbc2e0e44bc4 /mail | |
parent | 5e855b954809b3269d4db840ff816bf0aab90b3c (diff) | |
download | freebsd-ports-gnome-6dc730f9576321e682aa6c00c675d2e4c23f1fee.tar.gz freebsd-ports-gnome-6dc730f9576321e682aa6c00c675d2e4c23f1fee.tar.zst freebsd-ports-gnome-6dc730f9576321e682aa6c00c675d2e4c23f1fee.zip |
Enable compilation on 4.9-PRERELEASE.
noticed by: demon
Diffstat (limited to 'mail')
-rw-r--r-- | mail/elmo-devel/files/patch-src_rstring.c | 20 | ||||
-rw-r--r-- | mail/elmo/files/patch-src_rstring.c | 20 |
2 files changed, 40 insertions, 0 deletions
diff --git a/mail/elmo-devel/files/patch-src_rstring.c b/mail/elmo-devel/files/patch-src_rstring.c new file mode 100644 index 000000000000..3d8e793afaab --- /dev/null +++ b/mail/elmo-devel/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" + + /**************************************************************************** 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" + + /**************************************************************************** |