summaryrefslogtreecommitdiff
path: root/audio/cdd
diff options
context:
space:
mode:
authormycroft <mycroft>2002-07-19 04:18:25 +0000
committermycroft <mycroft>2002-07-19 04:18:25 +0000
commit34fabf3df805a2c131e1b0026d2217e2cfb11cc2 (patch)
tree06f87c6d66e34ded87e9e2ffaa6ff0caf7f85bd5 /audio/cdd
parent9ba17fb976530cea38999f0af4b5fde89dfb4716 (diff)
downloadpkgsrc-34fabf3df805a2c131e1b0026d2217e2cfb11cc2.tar.gz
Fix LP64 errors.
Diffstat (limited to 'audio/cdd')
-rw-r--r--audio/cdd/patches/patch-ab15
-rw-r--r--audio/cdd/patches/patch-ac13
2 files changed, 28 insertions, 0 deletions
diff --git a/audio/cdd/patches/patch-ab b/audio/cdd/patches/patch-ab
new file mode 100644
index 00000000000..c2bb31ba16d
--- /dev/null
+++ b/audio/cdd/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.3 2002/07/19 04:18:25 mycroft Exp $
+
+--- st/stdriver.c.orig Tue Jun 24 19:46:28 1997
++++ st/stdriver.c Fri Jul 19 04:10:44 2002
+@@ -607,8 +607,8 @@
+ int st_read(SOCK *entry, int timeout)
+ {
+ int ret; /* Generic return variable */
+-long starttime;
+-long endtime;
++time_t starttime;
++time_t endtime;
+ static struct timeval read_timer; /* Timeout struct for select */
+ static fd_set local_readfds; /* Socket bit sets for select */
+
diff --git a/audio/cdd/patches/patch-ac b/audio/cdd/patches/patch-ac
new file mode 100644
index 00000000000..d8db43958a8
--- /dev/null
+++ b/audio/cdd/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.3 2002/07/19 04:18:25 mycroft Exp $
+
+--- cdd_cddb.c.orig Fri Jul 19 04:09:28 2002
++++ cdd_cddb.c Fri Jul 19 04:13:25 2002
+@@ -63,7 +63,7 @@
+ int count;
+ int ret;
+ int track;
+-long discid;
++unsigned int discid;
+
+ for(count=0;count<toc->numentries;count++)
+ {