diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-04-10 09:16:14 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-04-10 09:16:14 +0000 |
commit | 8360ab3d50019495b3fe2496f28c058452bed599 (patch) | |
tree | 901c82c9491f38770ee7922442858bf61e1b887c /audio/orpheus/files/patch-src-cdtrack.h | |
parent | Remove XAWVER from Xaw3d and neXtaw LIB_DEPENDS re. Xaw3d and neXtaw will (diff) |
Orpheus is a light-weight text mode menu- and window-driven audio player
application for CDs and files in MP3 and Vorbis OGG format.
PR: n/a
Submitted by: Andrej Zverev <az@inec.ru>
Notes
Notes:
svn path=/head/; revision=132858
Diffstat (limited to 'audio/orpheus/files/patch-src-cdtrack.h')
-rw-r--r-- | audio/orpheus/files/patch-src-cdtrack.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/orpheus/files/patch-src-cdtrack.h b/audio/orpheus/files/patch-src-cdtrack.h new file mode 100644 index 000000000000..5edb83d873a8 --- /dev/null +++ b/audio/orpheus/files/patch-src-cdtrack.h @@ -0,0 +1,20 @@ +--- src/cdtrack.h Sat Oct 18 14:51:26 2003 ++++ src/cdtrack.h Sun Dec 12 18:40:09 2004 +@@ -5,7 +5,7 @@ + + #include <string> + +-#include <linux/cdrom.h> ++#include <sys/cdio.h> + #include <sys/ioctl.h> + #include <sys/types.h> + #include <sys/stat.h> +@@ -15,7 +15,7 @@ + class cdtrack : public track { + private: + int length, number; +- struct cdrom_tocentry toc; ++ struct ioc_read_toc_single_entry toc; + string title; + bool paused; + |