summaryrefslogtreecommitdiff
path: root/www/mozilla/patches
diff options
context:
space:
mode:
authortaya <taya@pkgsrc.org>2002-05-25 23:33:11 +0000
committertaya <taya@pkgsrc.org>2002-05-25 23:33:11 +0000
commit82fc4d6e155b64ddd7a7052ae9705fa8ec85e684 (patch)
tree3088bc5342b5d40a1754f50d5545ac8f326d1bb7 /www/mozilla/patches
parent9305bfb223680f4ab6ee6308342680c56f8b6154 (diff)
downloadpkgsrc-82fc4d6e155b64ddd7a7052ae9705fa8ec85e684.tar.gz
Update mozilla to 1.0rc3
* We've landed 139 bug fixes since RC2, including fixes for plugins, usability, crashes, and internationalization issues. See release notes for detail. http://www.mozilla.org/releases/mozilla1.0/
Diffstat (limited to 'www/mozilla/patches')
-rw-r--r--www/mozilla/patches/patch-az14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/mozilla/patches/patch-az b/www/mozilla/patches/patch-az
deleted file mode 100644
index 6102c999f08..00000000000
--- a/www/mozilla/patches/patch-az
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-az,v 1.9 2002/05/14 00:16:38 taya Exp $
-
-diff -ru ../Orig/mozilla/directory/c-sdk/ldap/include/portable.h ./directory/c-sdk/ldap/include/portable.h
---- ../Orig/mozilla/directory/c-sdk/ldap/include/portable.h Wed Apr 10 11:32:18 2002
-+++ ./directory/c-sdk/ldap/include/portable.h Sat May 11 20:11:35 2002
-@@ -116,7 +116,7 @@
- * some systems don't have the BSD re_comp and re_exec routines
- */
- #ifndef NEED_BSDREGEX
--#if ( defined( SYSV ) || defined( VMS ) || defined( netbsd ) || defined( freebsd ) || defined( linux ) || defined( DARWIN )) && !defined(sgi)
-+#if ( defined( SYSV ) || defined( VMS ) || defined( NETBSD ) || defined( freebsd ) || defined( linux ) || defined( DARWIN )) && !defined(sgi)
- #define NEED_BSDREGEX
- #endif
- #endif