Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-Interpreter.cpp,v 1.1 2013/05/04 12:48:33 joerg Exp $
Avoid overlap with std::mutex.
--- Interpreter.cpp.orig 2013-05-04 00:26:28.000000000 +0000
+++ Interpreter.cpp
@@ -69,6 +69,8 @@ using namespace std;
QMutex keymutex;
int currentKey;
+#define mutex my_mutex
+
extern QMutex mutex;
extern QMutex debugmutex;
extern QWaitCondition waitCond;