[MacPorts] #24039: sysutils/k3b new port K3b, a CD/DVD writing suite for KDE
MacPorts
noreply at macports.org
Wed Dec 8 21:24:05 PST 2010
#24039: sysutils/k3b new port K3b, a CD/DVD writing suite for KDE
------------------------------------+---------------------------------------
Reporter: rmsfisher@… | Owner: macports-tickets@…
Type: request | Status: new
Priority: Low | Milestone:
Component: ports | Version: 1.8.2
Keywords: cd dvd recording | Port:
------------------------------------+---------------------------------------
Comment(by snc@…):
It seems we're missing the appropriate setting for Q_OS_DARWIN or
Q_OS_MACOS—whatever it might be.
From work/k3b-2.0.1/libk3bdevice/k3bdevice.cpp:
{{{
#ifdef Q_OS_FREEBSD
#define HANDLE_DEFAULT_VALUE 0
#endif
#ifdef Q_OS_WIN32
#define HANDLE_DEFAULT_VALUE INVALID_HANDLE_VALUE
#endif
#ifdef Q_OS_LINUX
#define HANDLE_DEFAULT_VALUE -1
#endif
#ifdef Q_OS_NETBSD
#define HANDLE_DEFAULT_VALUE -1
#endif
}}}
--
Ticket URL: <https://trac.macports.org/ticket/24039#comment:5>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list