diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-01-30 17:55:26 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-31 09:40:46 +0100 |
commit | 083a0b949b29a03366cbf2f569f98c617a34d033 (patch) | |
tree | 0db80ec3e9344f73d7c4a8b7d325d96489313b04 /sci-chemistry | |
parent | sci-chemistry/aria: remove unused patches (diff) | |
download | gentoo-083a0b949b29a03366cbf2f569f98c617a34d033.tar.gz gentoo-083a0b949b29a03366cbf2f569f98c617a34d033.tar.bz2 gentoo-083a0b949b29a03366cbf2f569f98c617a34d033.zip |
sci-chemistry/autodock: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3730
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/autodock/files/4.0.1-gcc-4.3.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sci-chemistry/autodock/files/4.0.1-gcc-4.3.patch b/sci-chemistry/autodock/files/4.0.1-gcc-4.3.patch deleted file mode 100644 index b9eb3c409c64..000000000000 --- a/sci-chemistry/autodock/files/4.0.1-gcc-4.3.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- autodocksuite-4.0.1.orig/src/autogrid/check_size.cpp 2008-08-04 22:44:46.000000000 -0700 -+++ autodocksuite-4.0.1/src/autogrid/check_size.cpp 2008-08-04 22:45:12.000000000 -0700 -@@ -27,6 +27,7 @@ - - #include <iostream> - #include <math.h> -+#include <cstdlib> - #include "autogrid.h" - - |