summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-physics/meep/files/meep-0.10.1-gcc4.3.patch')
-rw-r--r--sci-physics/meep/files/meep-0.10.1-gcc4.3.patch11
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"
+