diff options
author | hans <hans@pkgsrc.org> | 2012-01-11 21:15:36 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-11 21:15:36 +0000 |
commit | 8c849de73f259f4585400240a5854b5df6583ba3 (patch) | |
tree | 79cfceeb0cd0d51f9cd6b3bc5180dfe633db6371 /audio/xmms-cdread | |
parent | 50af02ede81b5cfa6355800c9163a6d00778b9be (diff) | |
download | pkgsrc-8c849de73f259f4585400240a5854b5df6583ba3.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'audio/xmms-cdread')
-rw-r--r-- | audio/xmms-cdread/distinfo | 3 | ||||
-rw-r--r-- | audio/xmms-cdread/patches/patch-cdromsolaris.h | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/audio/xmms-cdread/distinfo b/audio/xmms-cdread/distinfo index 82c59afd899..b54e341013f 100644 --- a/audio/xmms-cdread/distinfo +++ b/audio/xmms-cdread/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2011/11/27 00:25:05 marino Exp $ +$NetBSD: distinfo,v 1.4 2012/01/11 21:15:36 hans Exp $ SHA1 (xmms-cdread-0.14a.tar.gz) = b0408433618f1f237cd2a42999a2a67642d4a778 RMD160 (xmms-cdread-0.14a.tar.gz) = bcea65cf1919071d8036d1219979376d6632ae09 @@ -9,3 +9,4 @@ SHA1 (patch-ac) = 9198fec43a3d7a62d805ec5666f7c9406692c3bb SHA1 (patch-ad) = d3ff5e3bb86f2025d5a7dece916a861b8b553077 SHA1 (patch-ae) = 1ca7a9d83e2d6c500b215feb6d85406d2876fb1e SHA1 (patch-af) = 7a0a387c63727e536e61b63842ddc1cd6b112baa +SHA1 (patch-cdromsolaris.h) = 3328caa054eef17fcc49ab60a5aed3f7d930301e diff --git a/audio/xmms-cdread/patches/patch-cdromsolaris.h b/audio/xmms-cdread/patches/patch-cdromsolaris.h new file mode 100644 index 00000000000..a0f4dbf01ab --- /dev/null +++ b/audio/xmms-cdread/patches/patch-cdromsolaris.h @@ -0,0 +1,13 @@ +$NetBSD: patch-cdromsolaris.h,v 1.1 2012/01/11 21:15:36 hans Exp $ + +--- cdromsolaris.h.orig 2001-08-18 12:05:55.000000000 +0200 ++++ cdromsolaris.h 2012-01-02 19:18:35.520564824 +0100 +@@ -30,7 +30,7 @@ trans_speed(int speed) + |*| Return -1 on error. + \*/ + static int +-cdrom_open(const char *device, int &flags) ++cdrom_open(const char *device, int *flags) + { + int fd; + int flg = *flags; |