diff options
Diffstat (limited to 'mail/thunderbird/patches/patch-am')
-rw-r--r-- | mail/thunderbird/patches/patch-am | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/thunderbird/patches/patch-am b/mail/thunderbird/patches/patch-am deleted file mode 100644 index 12dba027d3d..00000000000 --- a/mail/thunderbird/patches/patch-am +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-am,v 1.1.1.1 2004/04/19 23:25:29 taya Exp $ - -diff -ru ../Orig/mozilla/nsprpub/pr/src/pthreads/ptio.c ./nsprpub/pr/src/pthreads/ptio.c ---- ../Orig/mozilla/nsprpub/pr/src/pthreads/ptio.c 2003-11-27 10:30:44.000000000 +0900 -+++ ./nsprpub/pr/src/pthreads/ptio.c 2004-01-16 23:17:38.000000000 +0900 -@@ -205,7 +205,7 @@ - #elif defined(IRIX) || defined(OSF1) || defined(AIX) || defined(HPUX) \ - || defined(LINUX) || defined(FREEBSD) || defined(BSDI) || defined(VMS) \ - || defined(NTO) || defined(OPENBSD) || defined(DARWIN) \ -- || defined(UNIXWARE) -+ || defined(UNIXWARE) || defined(NETBSD) - #define _PRSockOptVal_t void * - #else - #error "Cannot determine architecture" |