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,14 @@
$NetBSD: patch-RunController.cpp,v 1.1 2013/05/04 12:48:33 joerg Exp $
Avoid overlap with std::mutex.
--- RunController.cpp.orig 2013-05-04 00:27:12.000000000 +0000
+++ RunController.cpp
@@ -80,6 +80,7 @@ using namespace std;
#define SDL_CHAN_SOUND 2
#endif
+#define mutex my_mutex
QMutex mutex;
QMutex debugmutex;
QWaitCondition waitCond;