summaryrefslogtreecommitdiff
path: root/www/php4/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-12-17 18:59:44 +0000
committerjlam <jlam@pkgsrc.org>2000-12-17 18:59:44 +0000
commit1f3aa491dda38d567630c501a6750e638cf7a2f5 (patch)
treeda39687363a3077f33d9285e87548bd4e5768168 /www/php4/patches
parent9eeccd9755791905a310b8b770343f01570b8c26 (diff)
downloadpkgsrc-1f3aa491dda38d567630c501a6750e638cf7a2f5.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-ad17
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