aboutsummaryrefslogtreecommitdiff
path: root/net/pvm
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-10-07 15:26:31 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-10-07 15:26:31 +0000
commit37d72d6a7ccaddcadb0552db8b9b53001e50a40e (patch)
tree562088198d92487fa8d4ec5c6f646094c156994c /net/pvm
parent52054704d434dc0f491939ca4e55db989dfb91bf (diff)
downloadports-37d72d6a7ccaddcadb0552db8b9b53001e50a40e.tar.gz
ports-37d72d6a7ccaddcadb0552db8b9b53001e50a40e.zip
- Fix build with gcc41
PR: ports/104113 Submitted by: trasz
Notes
Notes: svn path=/head/; revision=174797
Diffstat (limited to 'net/pvm')
-rw-r--r--net/pvm/files/patch-src-global.h11
-rw-r--r--net/pvm/files/patch-src-pmsg.c11
2 files changed, 22 insertions, 0 deletions
diff --git a/net/pvm/files/patch-src-global.h b/net/pvm/files/patch-src-global.h
new file mode 100644
index 000000000000..76af7091cf6a
--- /dev/null
+++ b/net/pvm/files/patch-src-global.h
@@ -0,0 +1,11 @@
+--- src/global.h.orig Sat Oct 7 16:39:39 2006
++++ src/global.h Sat Oct 7 16:40:05 2006
+@@ -318,6 +318,8 @@
+
+ /* General Trace Globals Declarations */
+
++#include "../include/pvmtev.h"
++
+ extern struct Pvmtevdid pvmtevdidlist[];
+
+ extern struct Pvmtevinfo pvmtevinfo[];
diff --git a/net/pvm/files/patch-src-pmsg.c b/net/pvm/files/patch-src-pmsg.c
new file mode 100644
index 000000000000..45c297d36f05
--- /dev/null
+++ b/net/pvm/files/patch-src-pmsg.c
@@ -0,0 +1,11 @@
+--- src/pmsg.c.orig Sat Oct 7 16:41:35 2006
++++ src/pmsg.c Sat Oct 7 16:42:28 2006
+@@ -774,7 +774,7 @@
+ ** **
+ ***************************/
+
+-#ifdef FAKEXDRFLOAT
++#if 0
+
+ /*
+ ** These two are missing on some machines.