diff options
author | jlam <jlam> | 2000-12-17 18:59:44 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-12-17 18:59:44 +0000 |
commit | 3f8a27c9bc4a4983e67d638fc2c4270037868484 (patch) | |
tree | da39687363a3077f33d9285e87548bd4e5768168 /www/php4/patches | |
parent | f3f63b0e0aeb01e5174b6cf014457fa951f1c737 (diff) | |
download | pkgsrc-3f8a27c9bc4a4983e67d638fc2c4270037868484.tar.gz |
Use the installed c-client linkage.c to determine which drivers and
authenticators are linked into the imap extension module.
Diffstat (limited to 'www/php4/patches')
-rw-r--r-- | www/php4/patches/patch-ad | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/php4/patches/patch-ad b/www/php4/patches/patch-ad new file mode 100644 index 00000000000..44d57859346 --- /dev/null +++ b/www/php4/patches/patch-ad @@ -0,0 +1,17 @@ +$NetBSD: patch-ad,v 1.1 2000/12/17 18:59:44 jlam Exp $ + +--- ext/imap/php_imap.c.orig Sat Sep 9 16:26:15 2000 ++++ ext/imap/php_imap.c +@@ -389,7 +389,11 @@ + ZEND_INIT_MODULE_GLOBALS(imap, php_imap_init_globals, NULL) + + +-#if 1 ++/* ++ * Use the installed c-client linkage.c to determine which drivers and ++ * authenticators are linked in. ++ */ ++#if 0 + #ifndef PHP_WIN32 + mail_link(&unixdriver); /* link in the unix driver */ + #endif |