SVN commit 849896 by osterfeld: do not blindly assume FreeBSD if HAVE_CDDA_IOCTL_DEVICE is not set M +1 -1 audiocd.cpp --- trunk/KDE/kdemultimedia/kioslave/audiocd/audiocd.cpp #849895:849896 @@ -214,7 +214,7 @@ #if defined(HAVE_CDDA_IOCTL_DEVICE) if (d->cd.deviceName() != drive->ioctl_device_name) d->cd.setDevice(drive->ioctl_device_name, 50, false); -#else +#elif (defined __FreeBSD__) // 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