f124095f7d
- adds USE_GCC since that's how libpvm3.a (a dependency) was built; - renames namespace Pvm::Internal to avoid conflict with class Pvm::Internal; - adds #include <stdlib.h> where required. While we are at it, migrate from USE_GMAKE to USES=gmake. PR: 182136 [1] Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> [1] Pointyhat to: gerald [1]
11 lines
281 B
C++
11 lines
281 B
C++
--- pvm++/private.hh.orig 2013-11-16 20:04:12.000000000 +0100
|
|
+++ pvm++/private.hh 2013-11-16 20:04:29.000000000 +0100
|
|
@@ -20,6 +20,8 @@
|
|
#ifndef __PVM_PRIVATE_HH__
|
|
#define __PVM_PRIVATE_HH__
|
|
|
|
+#include <stdlib.h>
|
|
+
|
|
#include <pvm++/pvm++.hh>
|
|
|
|
#include <pvm++/privatetypes.hh>
|