summaryrefslogtreecommitdiff
path: root/www/mozilla-devel/files/patch-nsprpub-pr-src-io-prprf.c
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-12-14 16:47:57 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-12-14 16:47:57 +0000
commit2b54817f149c07f5d857f028ff4e6de7e72fde45 (patch)
tree1705493bc04075c52be47f84adc44afd44eb4b7a /www/mozilla-devel/files/patch-nsprpub-pr-src-io-prprf.c
parent- Fix build on 4.x (diff)
Update to 1.6b, and add Peter's amd64 patches from Firebird. For a list
of what is changed in 1.6b, checkout the release notes at: http://www.mozilla.org/releases/mozilla1.6b/
Notes
Notes: svn path=/head/; revision=95803
Diffstat (limited to 'www/mozilla-devel/files/patch-nsprpub-pr-src-io-prprf.c')
-rw-r--r--www/mozilla-devel/files/patch-nsprpub-pr-src-io-prprf.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/mozilla-devel/files/patch-nsprpub-pr-src-io-prprf.c b/www/mozilla-devel/files/patch-nsprpub-pr-src-io-prprf.c
new file mode 100644
index 000000000000..8c48ad1e08fb
--- /dev/null
+++ b/www/mozilla-devel/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__)) || \