this macro is not defined on ppc 0.9.19
authorkoda
Sat, 20 Apr 2013 20:48:33 +0200
branch0.9.19
changeset 8930 a71599790f7a
parent 8929 499243eb04d1
child 8931 ca678bee1a41
this macro is not defined on ppc
QTfrontend/ui/widget/feedbackdialog.cpp
--- a/QTfrontend/ui/widget/feedbackdialog.cpp	Sat Apr 20 20:39:37 2013 +0200
+++ b/QTfrontend/ui/widget/feedbackdialog.cpp	Sat Apr 20 20:48:33 2013 +0200
@@ -44,6 +44,9 @@
 
 #ifdef Q_WS_MAC
 #include <sys/sysctl.h>
+#ifndef _SC_NPROCESSORS_ONLN
+#define _SC_NPROCESSORS_ONLN 58
+#endif
 #endif
 
 #include <stdint.h>