openbsd-ports/multimedia/k3b/patches/patch-libk3bdevice_k3bscsicommand_cpp
jakemsr 5bf50d928d import k3b-1.0.4
K3b was created to be a feature-rich and easy to handle CD burning
application.  It can do many things, such as creating or copying audio,
data, video or mixed-mode CDs, CD ripping, and DVD ripping, burning and
blanking.

ok ian@
2008-05-11 22:18:35 +00:00

13 lines
477 B
Plaintext

$OpenBSD: patch-libk3bdevice_k3bscsicommand_cpp,v 1.1.1.1 2008/05/11 22:18:35 jakemsr Exp $
--- libk3bdevice/k3bscsicommand.cpp.orig Thu Jan 17 15:42:03 2008
+++ libk3bdevice/k3bscsicommand.cpp Thu Jan 17 15:42:30 2008
@@ -186,7 +186,7 @@ void K3bDevice::ScsiCommand::debugError( int command,
#ifdef Q_OS_FREEBSD
#include "k3bscsicommand_bsd.cpp"
#endif
-#ifdef Q_OS_NETBSD
+#if defined(Q_OS_NETBSD) || defined(Q_OS_OPENBSD)
#include "k3bscsicommand_netbsd.cpp"
#endif