diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2010-05-26 18:28:40 +0100 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2010-05-26 18:28:40 +0100 |
commit | b550d9d22ef18ed36809c00990bb84e5fc8c0b0e (patch) | |
tree | 022c519316a8754ae7b97df3a43c252dd130b616 /sci-physics/qcl/files/qcl-0.6.3-gcc43.patch | |
parent | coot missing link lib patch (diff) | |
download | sci-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.patch | 10 |
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" |