diff options
author | 2008-06-19 13:02:12 +0000 | |
---|---|---|
committer | 2008-06-19 13:02:12 +0000 | |
commit | 42540a79f3cf91afb5e1537005f32663679f2b08 (patch) | |
tree | b5856495612bc9698ed4279376168a0ffcc9839d /sci-chemistry/pdb2pqr/files | |
parent | dev-util/lincvs removal. Upstream rename to crossvc (diff) | |
download | historical-42540a79f3cf91afb5e1537005f32663679f2b08.tar.gz historical-42540a79f3cf91afb5e1537005f32663679f2b08.tar.bz2 historical-42540a79f3cf91afb5e1537005f32663679f2b08.zip |
Added patch to allow compilation with gcc-4.3 (bug #228121).
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sci-chemistry/pdb2pqr/files')
-rw-r--r-- | sci-chemistry/pdb2pqr/files/pdb2pqr-1.3.0-gcc4.3.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-chemistry/pdb2pqr/files/pdb2pqr-1.3.0-gcc4.3.patch b/sci-chemistry/pdb2pqr/files/pdb2pqr-1.3.0-gcc4.3.patch new file mode 100644 index 000000000000..2ccd01785213 --- /dev/null +++ b/sci-chemistry/pdb2pqr/files/pdb2pqr-1.3.0-gcc4.3.patch @@ -0,0 +1,12 @@ +diff -Naur pdb2pqr-1.3.0/pdb2pka/pMC_mult.cpp pdb2pqr-1.3.0.new/pdb2pka/pMC_mult.cpp +--- pdb2pqr-1.3.0/pdb2pka/pMC_mult.cpp 2006-12-05 20:35:43.000000000 -0500 ++++ pdb2pqr-1.3.0.new/pdb2pka/pMC_mult.cpp 2008-06-19 08:53:22.000000000 -0400 +@@ -8,6 +8,8 @@ + // + // + ++#include <cstdlib> ++ + void MC::reformat_arrays() { + // + // Reformat the matrix |