aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2010-05-26 18:28:40 +0100
committerSébastien Fabbro <bicatali@gentoo.org>2010-05-26 18:28:40 +0100
commitb550d9d22ef18ed36809c00990bb84e5fc8c0b0e (patch)
tree022c519316a8754ae7b97df3a43c252dd130b616 /sci-physics/qcl/files/qcl-0.6.3-gcc43.patch
parentcoot missing link lib patch (diff)
downloadsci-b550d9d22ef18ed36809c00990bb84e5fc8c0b0e.tar.gz
sci-b550d9d22ef18ed36809c00990bb84e5fc8c0b0e.tar.bz2
sci-b550d9d22ef18ed36809c00990bb84e5fc8c0b0e.zip
qcl fixes for gcc and deps
Diffstat (limited to 'sci-physics/qcl/files/qcl-0.6.3-gcc43.patch')
-rw-r--r--sci-physics/qcl/files/qcl-0.6.3-gcc43.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/sci-physics/qcl/files/qcl-0.6.3-gcc43.patch b/sci-physics/qcl/files/qcl-0.6.3-gcc43.patch
new file mode 100644
index 000000000..1829635b3
--- /dev/null
+++ b/sci-physics/qcl/files/qcl-0.6.3-gcc43.patch
@@ -0,0 +1,10 @@
+--- options.cc.orig 2010-05-26 18:06:46.000000000 +0100
++++ options.cc 2010-05-26 18:14:33.000000000 +0100
+@@ -15,6 +15,7 @@
+
+ #include <stdio.h>
+ #include <time.h>
++#include <string.h>
+
+ #include "options.h"
+ #include "error.h"