1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/net/pvm++/files/patch-examples-talk-talk.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

8 lines
231 B
C++

--- examples/talk/talk.hh.orig 2013-11-16 20:05:10.000000000 +0100
+++ examples/talk/talk.hh 2013-11-16 20:05:46.000000000 +0100
@@ -1,3 +1,4 @@
+#include <stdlib.h>
#include <pvm++/pvm++.hh>
const Pvm::StructId MessageId = 1;