summaryrefslogtreecommitdiff
path: root/x11/xdm3d
diff options
context:
space:
mode:
authorjlam <jlam>2000-10-02 07:38:40 +0000
committerjlam <jlam>2000-10-02 07:38:40 +0000
commit153ca8d3122a0e7739c6fc3a928605550233fe3d (patch)
tree03d5b0f6d42f3c162c04f382f035b0d31f264897 /x11/xdm3d
parentdeed97db70f9eec3a454a33b54ccb05e21b94960 (diff)
downloadpkgsrc-153ca8d3122a0e7739c6fc3a928605550233fe3d.tar.gz
Try to fix compilation warnings in genauth.c due to conflicting
declarations for time() on NetBSD/alpha.
Diffstat (limited to 'x11/xdm3d')
-rw-r--r--x11/xdm3d/files/patch-sum3
-rw-r--r--x11/xdm3d/patches/patch-aa13
2 files changed, 16 insertions, 0 deletions
diff --git a/x11/xdm3d/files/patch-sum b/x11/xdm3d/files/patch-sum
new file mode 100644
index 00000000000..386f0e35cfa
--- /dev/null
+++ b/x11/xdm3d/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1 2000/10/02 07:38:40 jlam Exp $
+
+MD5 (patch-aa) = 761a632673bab49fb8c75867d52c0cf8
diff --git a/x11/xdm3d/patches/patch-aa b/x11/xdm3d/patches/patch-aa
new file mode 100644
index 00000000000..ccfaf518114
--- /dev/null
+++ b/x11/xdm3d/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2000/10/02 07:38:41 jlam Exp $
+
+--- genauth.c.orig Tue Aug 18 05:19:56 1998
++++ genauth.c
+@@ -171,7 +171,7 @@
+ */
+ {
+ #ifndef __EMX__
+- long time ();
++ Time_t time ();
+ #endif
+
+ ldata[0] = time ((long *) 0);