mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
- Fix build with gcc41
PR: ports/104113 Submitted by: trasz
This commit is contained in:
parent
52054704d4
commit
37d72d6a7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174797
2 changed files with 22 additions and 0 deletions
11
net/pvm/files/patch-src-global.h
Normal file
11
net/pvm/files/patch-src-global.h
Normal file
|
@ -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[];
|
11
net/pvm/files/patch-src-pmsg.c
Normal file
11
net/pvm/files/patch-src-pmsg.c
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue