mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Fix build with gcc43.
Spotted by: pav
This commit is contained in:
parent
73c48894f2
commit
1e01e4ebe1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228258
20
science/psi3/files/patch-gcc43
Normal file
20
science/psi3/files/patch-gcc43
Normal file
@ -0,0 +1,20 @@
|
||||
--- src/bin/intder/params.cc 2009-02-14 17:19:17.000000000 +0900
|
||||
+++ src/bin/intder/params.cc 2009-02-14 17:16:47.000000000 +0900
|
||||
@@ -9,6 +9,7 @@
|
||||
extern "C" {
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
+ #include <string.h>
|
||||
#include <libchkpt/chkpt.h>
|
||||
#include <libciomr/libciomr.h>
|
||||
#include <libipv1/ip_lib.h>
|
||||
--- src/bin/intder/read_geom.cc 2009-02-14 17:18:46.000000000 +0900
|
||||
+++ src/bin/intder/read_geom.cc 2009-02-14 17:18:28.000000000 +0900
|
||||
@@ -8,6 +8,7 @@
|
||||
#undef EXTERN
|
||||
|
||||
extern "C" {
|
||||
+ #include <string.h>
|
||||
#include <libchkpt/chkpt.h>
|
||||
#include <libciomr/libciomr.h>
|
||||
#include <libipv1/ip_lib.h>
|
Loading…
Reference in New Issue
Block a user