5bf50d928d
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@
13 lines
494 B
Plaintext
13 lines
494 B
Plaintext
$OpenBSD: patch-libk3bdevice_k3bdevice_h,v 1.1.1.1 2008/05/11 22:18:35 jakemsr Exp $
|
|
--- libk3bdevice/k3bdevice.h.orig Thu Jan 17 15:38:55 2008
|
|
+++ libk3bdevice/k3bdevice.h Thu Jan 17 15:39:15 2008
|
|
@@ -822,7 +822,7 @@ namespace K3bDevice
|
|
friend class DeviceManager;
|
|
};
|
|
|
|
-#if defined(Q_OS_LINUX) || defined(Q_OS_NETBSD)
|
|
+#if defined(Q_OS_LINUX) || defined(Q_OS_NETBSD) || defined(Q_OS_OPENBSD)
|
|
/**
|
|
* This should always be used to open a device since it
|
|
* uses the resmgr
|