diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-06-27 17:21:17 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-06-27 17:21:17 +0000 |
commit | ed074164a9fb999e2ec80081fc1cc5a5c38aa1e6 (patch) | |
tree | 9bd611656d4e3c702025ec0b831129b06d5284e4 /sci-physics/meep/files | |
parent | Bump. (diff) | |
download | historical-ed074164a9fb999e2ec80081fc1cc5a5c38aa1e6.tar.gz historical-ed074164a9fb999e2ec80081fc1cc5a5c38aa1e6.tar.bz2 historical-ed074164a9fb999e2ec80081fc1cc5a5c38aa1e6.zip |
Added gcc-4.3 compatibility patch (fixes #229693).
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.25-SENTINEL-3 i686
Diffstat (limited to 'sci-physics/meep/files')
-rw-r--r-- | sci-physics/meep/files/meep-0.10.1-gcc4.3.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-physics/meep/files/meep-0.10.1-gcc4.3.patch b/sci-physics/meep/files/meep-0.10.1-gcc4.3.patch new file mode 100644 index 000000000000..de8117953dcd --- /dev/null +++ b/sci-physics/meep/files/meep-0.10.1-gcc4.3.patch @@ -0,0 +1,11 @@ +diff -Naur meep-0.10.1/src/update_e_from_d.cpp meep-0.10.1.new/src/update_e_from_d.cpp +--- meep-0.10.1/src/update_e_from_d.cpp 2007-11-13 15:13:20.000000000 -0500 ++++ meep-0.10.1.new/src/update_e_from_d.cpp 2008-06-27 11:22:21.000000000 -0400 +@@ -15,6 +15,7 @@ + % Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + ++#include <cstring> + #include "meep.hpp" + #include "meep_internals.hpp" + |