mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
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]
8 lines
231 B
C++
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;
|