diff options
author | taya <taya> | 2003-08-16 14:24:51 +0000 |
---|---|---|
committer | taya <taya> | 2003-08-16 14:24:51 +0000 |
commit | 6af8fc0c9066e6418dbd761169572574ade1dd58 (patch) | |
tree | 20527d321a8b2e6e291a24885f9cc2082de06a08 /www/phoenix/patches/patch-bj | |
parent | 820240bfc543b5e23f84bdc57509df257848b6e0 (diff) | |
download | pkgsrc-6af8fc0c9066e6418dbd761169572574ade1dd58.tar.gz |
remove phoenix(renamed to MozillaFirebird)
Diffstat (limited to 'www/phoenix/patches/patch-bj')
-rw-r--r-- | www/phoenix/patches/patch-bj | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www/phoenix/patches/patch-bj b/www/phoenix/patches/patch-bj deleted file mode 100644 index f25b9b66b7d..00000000000 --- a/www/phoenix/patches/patch-bj +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-bj,v 1.2 2002/12/10 16:02:41 taya Exp $ - -diff -ru ../Orig/mozilla/directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c ./directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c ---- ../Orig/mozilla/directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c Fri Jun 14 06:45:30 2002 -+++ ./directory/c-sdk/ldap/libraries/libprldap/ldappr-error.c Mon Dec 9 14:18:44 2002 -@@ -187,6 +187,11 @@ - #define EDEADLOCK -1 - #endif - -+#if defined(NETBSD) -+#define ENOTSUP -1 -+#define EDEADLOCK -1 -+#endif -+ - /* XXX: need to verify that the -1 entries are correct (no mapping) */ - static struct prldap_errormap_entry prldap_errormap[] = { - { PR_OUT_OF_MEMORY_ERROR, ENOMEM }, |