diff options
Diffstat (limited to 'www/seamonkey/patches/patch-dj')
-rw-r--r-- | www/seamonkey/patches/patch-dj | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/seamonkey/patches/patch-dj b/www/seamonkey/patches/patch-dj new file mode 100644 index 00000000000..fef04f5d739 --- /dev/null +++ b/www/seamonkey/patches/patch-dj @@ -0,0 +1,14 @@ +$NetBSD: patch-dj,v 1.1 2006/06/28 21:23:29 joerg Exp $ + +diff -ruN ../Orig/mozilla/dbm/src/mktemp.c ./dbm/src/mktemp.c +--- ../Orig/mozilla/dbm/src/mktemp.c 2003-01-21 08:13:37.000000000 +0900 ++++ ./dbm/src/mktemp.c 2005-12-04 19:44:43.000000000 +0900 +@@ -98,7 +98,7 @@ + static int + _gettemp(char *path, register int *doopen, int extraFlags) + { +-#if !defined(_WINDOWS) || defined(_WIN32) ++#if (!defined(_WINDOWS) || defined(_WIN32)) && !defined(errno) + extern int errno; + #endif + register char *start, *trv; |