diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-10-22 12:26:57 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-10-22 12:26:57 +0000 |
commit | 194469468fa7e744d97cd1902c134c7d104910f2 (patch) | |
tree | 03fe48242f6262e9982272eee71acb494000abce | |
parent | new port graphics/linplasma, a bit of eyecandy for SVGAlib (diff) |
Fix IMAP support build.
Reported by: Frank Bartels <knarf@camelot.de>
Notes
Notes:
svn path=/head/; revision=34100
-rw-r--r-- | www/mod_php3/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/mod_php3/files/patch-aa b/www/mod_php3/files/patch-aa new file mode 100644 index 000000000000..11e68467a5d2 --- /dev/null +++ b/www/mod_php3/files/patch-aa @@ -0,0 +1,10 @@ +--- functions/imap.c.orig Sat Sep 30 19:32:44 2000 ++++ functions/imap.c Sun Oct 22 14:22:54 2000 +@@ -61,7 +61,6 @@ + #include "imap.h" + #include "mail.h" + #include "rfc822.h" +-#include "utf8.h" + #include "modules.h" + #if (WIN32|WINNT) + #include "winsock.h" |