freebsd-ports/net/pvm++/files/patch-pvm++-private.hh
Gerald Pfeifer f124095f7d Unbreak this port by applying the real patchset that was submitted [1] which
- 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]
2013-12-08 19:39:27 +00:00

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>