diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-09-12 23:26:52 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-09-12 23:26:52 +0000 |
commit | 431622844fcecf9286bca43cbdd9e3ae5ff5e273 (patch) | |
tree | e1d9b3f62c8fb343d38afebf5cbf0b93095f1508 /multimedia/kdemultimedia4/files/patch-kioslave_audiocd-audiocd.cpp | |
parent | Restore patch-erts_configure: this should fix the amd64 build. (diff) |
KDE 3.5.4 / KOffice 1.5.2
Diffstat (limited to 'multimedia/kdemultimedia4/files/patch-kioslave_audiocd-audiocd.cpp')
-rw-r--r-- | multimedia/kdemultimedia4/files/patch-kioslave_audiocd-audiocd.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/multimedia/kdemultimedia4/files/patch-kioslave_audiocd-audiocd.cpp b/multimedia/kdemultimedia4/files/patch-kioslave_audiocd-audiocd.cpp deleted file mode 100644 index 32f3f1f33d70..000000000000 --- a/multimedia/kdemultimedia4/files/patch-kioslave_audiocd-audiocd.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- kioslave/audiocd/audiocd.cpp.orig Fri May 26 21:28:16 2006 -+++ kioslave/audiocd/audiocd.cpp Fri May 26 21:29:42 2006 -@@ -213,7 +213,11 @@ - return 0; - - // Update our knowledge of the disc -+#if defined(Q_OS_LINUX) - d->cd.setDevice(drive->ioctl_device_name, 50, false); -+#elif defined(Q_OS_FREEBSD) -+ d->cd.setDevice(drive->cdda_device_name, 50, false); -+#endif - #if 0 - // FreeBSD's cdparanoia as of january 5th 2006 has rather broken - // support for non-SCSI devices. Although it finds ATA cdroms just |