diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-17 05:24:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-17 05:24:17 +0000 |
commit | ed5f4675609124dd7f4848191a5c6d0b503905ab (patch) | |
tree | 451dacbb5e9e33b297bdd0b72c6c64eba6c79378 /www/mozilla/files/patch-nsprpub-pr-src-io-prprf.c | |
parent | Add a patch that fixes Korean fontface name encoding for OpenOffice.org. (diff) |
Update to 1.6. For all the juicy details, please see:
http://www.mozilla.org/releases/mozilla1.6/
Notes
Notes:
svn path=/head/; revision=98369
Diffstat (limited to 'www/mozilla/files/patch-nsprpub-pr-src-io-prprf.c')
-rw-r--r-- | www/mozilla/files/patch-nsprpub-pr-src-io-prprf.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/mozilla/files/patch-nsprpub-pr-src-io-prprf.c b/www/mozilla/files/patch-nsprpub-pr-src-io-prprf.c new file mode 100644 index 000000000000..8c48ad1e08fb --- /dev/null +++ b/www/mozilla/files/patch-nsprpub-pr-src-io-prprf.c @@ -0,0 +1,12 @@ +--- nsprpub/pr/src/io/prprf.c Wed Feb 26 15:53:42 2003 ++++ nsprpub/pr/src/io/prprf.c Thu Oct 16 22:50:40 2003 +@@ -52,5 +52,8 @@ + ** and requires array notation. + */ +-#if (defined(LINUX) && defined(__powerpc__)) || \ ++#if defined(__amd64__) ++#include <stdarg.h> ++#define VARARGS_ASSIGN(foo, bar) va_copy((foo), (bar)) ++#elif (defined(LINUX) && defined(__powerpc__)) || \ + (defined(LINUX) && defined(__s390__)) || \ + (defined(LINUX) && defined(__s390x__)) || \ |