SVN commit 918650 by hasso: Backport rev 918643 - attempt to make it work on DragonFly. M +1 -1 audiocd.cpp --- branches/KDE/4.2/kdemultimedia/kioslave/audiocd/audiocd.cpp #918649:918650 @@ -218,7 +218,7 @@ #if defined(HAVE_CDDA_IOCTL_DEVICE) if (d->cd.deviceName() != drive->ioctl_device_name) d->cd.setDevice(drive->ioctl_device_name, 50, false); -#elif (defined __FreeBSD__) +#elif defined(__FreeBSD__) || defined(__DragonFly__) // FreeBSD's cdparanoia as of january 5th 2006 has rather broken // support for non-SCSI devices. Although it finds ATA cdroms just // fine, there is no straightforward way to discover the device