summaryrefslogtreecommitdiff
path: root/net/xipdump
diff options
context:
space:
mode:
authorpooka <pooka@pkgsrc.org>2000-10-10 13:20:07 +0000
committerpooka <pooka@pkgsrc.org>2000-10-10 13:20:07 +0000
commitb866296c778aa3295a79a75dc11e5ff3ecf2d8c0 (patch)
tree0eb16cd067a8695ac6ed2bc55fb8b01f4dd3c5e8 /net/xipdump
parentf9bd4ded6da8485f7621264b2cd0ff675480a869 (diff)
downloadpkgsrc-b866296c778aa3295a79a75dc11e5ff3ecf2d8c0.tar.gz
Make this build&work on Alpha.
Fix suggested by Alistair Crooks
Diffstat (limited to 'net/xipdump')
-rw-r--r--net/xipdump/files/patch-sum3
-rw-r--r--net/xipdump/patches/patch-ad13
2 files changed, 15 insertions, 1 deletions
diff --git a/net/xipdump/files/patch-sum b/net/xipdump/files/patch-sum
index de4b78fad76..fc66080c2f1 100644
--- a/net/xipdump/files/patch-sum
+++ b/net/xipdump/files/patch-sum
@@ -1,5 +1,6 @@
-$NetBSD: patch-sum,v 1.3 2000/09/09 19:23:24 wiz Exp $
+$NetBSD: patch-sum,v 1.4 2000/10/10 13:20:07 pooka Exp $
MD5 (patch-aa) = 2ee3c62b073a4a0c3bc8bfe9ce240ea4
MD5 (patch-ab) = 15933bb31dbb82263e6901162a2071bf
MD5 (patch-ac) = e549730103a23ab222f393bef856118c
+MD5 (patch-ad) = 70f3b3fa11306b8946d570f572bdea04
diff --git a/net/xipdump/patches/patch-ad b/net/xipdump/patches/patch-ad
new file mode 100644
index 00000000000..8972ec77557
--- /dev/null
+++ b/net/xipdump/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2000/10/10 13:20:07 pooka Exp $
+
+--- XmgMacro.c.orig Mon Nov 15 10:47:25 1999
++++ XmgMacro.c Tue Oct 10 16:10:50 2000
+@@ -274,7 +274,7 @@
+ #if defined(__osf__) && defined(__alpha)
+ (ArgList)(var._a0),
+ #else
+- (ArgList)var,
++ va_arg(var, ArgList),
+ #endif
+ total_count);
+ #if XtSpecificationRelease>4