Fix handle casting in debug messages.

Change statvfs64 to statvfs and leave the build system configure it, so
it doesn't break on OS X.
Enable pkg-config on OS X.
This commit is contained in:
codestation
2013-09-29 11:10:47 -04:30
parent 2d88347e4d
commit 03e3fb9ad5
5 changed files with 7 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ CmaEvent::CmaEvent(vita_device_t *s_device) :
void CmaEvent::process()
{
qDebug("Starting event_thread: %u", (unsigned int)QThread::currentThreadId());
qDebug("Starting event_thread: %lu", (unsigned long)QThread::currentThreadId());
while(true) {
sema.acquire();
if(!isActive()) {