diff options
author | maho <maho@FreeBSD.org> | 2009-02-14 16:36:17 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2009-02-14 16:36:17 +0800 |
commit | 8b750d662ad9e3311222d944cc1df3567612ae94 (patch) | |
tree | aec121d2a8887a415c7cef1a996ba00ad5c79931 | |
parent | e0d6384096d46bf07d307edfa6af9068b570c0d1 (diff) | |
download | freebsd-ports-gnome-8b750d662ad9e3311222d944cc1df3567612ae94.tar.gz freebsd-ports-gnome-8b750d662ad9e3311222d944cc1df3567612ae94.tar.zst freebsd-ports-gnome-8b750d662ad9e3311222d944cc1df3567612ae94.zip |
Fix build with gcc43.
Spotted by: pav
-rw-r--r-- | science/psi3/files/patch-gcc43 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/science/psi3/files/patch-gcc43 b/science/psi3/files/patch-gcc43 new file mode 100644 index 000000000000..18d1890e65e1 --- /dev/null +++ b/science/psi3/files/patch-gcc43 @@ -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> |