diff options
author | dirk <dirk@FreeBSD.org> | 2000-10-22 20:26:57 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-10-22 20:26:57 +0800 |
commit | 495ab9188b54fa7f9378a1c16072ab08dac14c74 (patch) | |
tree | 7539c09753dcb6fb5fcd87dd47fa1b8f60c6156c /www | |
parent | 90ad1259acbe6d1e70f26f07fff7d78231afb631 (diff) | |
download | freebsd-ports-gnome-495ab9188b54fa7f9378a1c16072ab08dac14c74.tar.gz freebsd-ports-gnome-495ab9188b54fa7f9378a1c16072ab08dac14c74.tar.zst freebsd-ports-gnome-495ab9188b54fa7f9378a1c16072ab08dac14c74.zip |
Fix IMAP support build.
Reported by: Frank Bartels <knarf@camelot.de>
Diffstat (limited to 'www')
-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" |