diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-01-31 18:42:54 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-01 23:40:30 +0100 |
commit | d3477dc16a229e4a7e709b771838e5063b844135 (patch) | |
tree | 922ea0b503a534570a7aa55e5008c2371d398ce0 /sci-electronics/gnucap | |
parent | sci-electronics/electric: remove unused patches (diff) | |
download | gentoo-d3477dc16a229e4a7e709b771838e5063b844135.tar.gz gentoo-d3477dc16a229e4a7e709b771838e5063b844135.tar.bz2 gentoo-d3477dc16a229e4a7e709b771838e5063b844135.zip |
sci-electronics/gnucap: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3740
Diffstat (limited to 'sci-electronics/gnucap')
-rw-r--r-- | sci-electronics/gnucap/files/gnucap-0.35-gcc43.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sci-electronics/gnucap/files/gnucap-0.35-gcc43.patch b/sci-electronics/gnucap/files/gnucap-0.35-gcc43.patch deleted file mode 100644 index 3bd648916102..000000000000 --- a/sci-electronics/gnucap/files/gnucap-0.35-gcc43.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -Naur gnucap-0.35-orig/modelgen/md.h gnucap-0.35/modelgen/md.h ---- gnucap-0.35-orig/modelgen/md.h 2006-08-28 00:15:43.000000000 -0600 -+++ gnucap-0.35/modelgen/md.h 2009-02-15 14:31:22.000000000 -0600 -@@ -44,6 +44,7 @@ - #include <csetjmp> - #include <csignal> - #include <iostream> -+#include <cstring> - // types - #include <complex> - #include <string> -diff -Naur gnucap-0.35-orig/src/md.h gnucap-0.35/src/md.h ---- gnucap-0.35-orig/src/md.h 2006-08-28 00:15:43.000000000 -0600 -+++ gnucap-0.35/src/md.h 2009-02-15 14:31:22.000000000 -0600 -@@ -44,6 +44,7 @@ - #include <csetjmp> - #include <csignal> - #include <iostream> -+#include <cstring> - // types - #include <complex> - #include <string> |