aboutsummaryrefslogtreecommitdiff
path: root/www/mod_php3
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2000-10-22 12:26:57 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2000-10-22 12:26:57 +0000
commit194469468fa7e744d97cd1902c134c7d104910f2 (patch)
tree03fe48242f6262e9982272eee71acb494000abce /www/mod_php3
parentf175fe0ecd711e70163ffc75a1e50e794c85e3c5 (diff)
downloadports-194469468fa7e744d97cd1902c134c7d104910f2.tar.gz
ports-194469468fa7e744d97cd1902c134c7d104910f2.zip
Fix IMAP support build.
Reported by: Frank Bartels <knarf@camelot.de>
Notes
Notes: svn path=/head/; revision=34100
Diffstat (limited to 'www/mod_php3')
-rw-r--r--www/mod_php3/files/patch-aa10
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"