diff options
Diffstat (limited to 'science/coot/files')
-rw-r--r-- | science/coot/files/patch-src_cc-interface-image.hh | 9 | ||||
-rw-r--r-- | science/coot/files/patch-src_rama__plot.cc | 11 |
2 files changed, 0 insertions, 20 deletions
diff --git a/science/coot/files/patch-src_cc-interface-image.hh b/science/coot/files/patch-src_cc-interface-image.hh deleted file mode 100644 index 9d3be41be529..000000000000 --- a/science/coot/files/patch-src_cc-interface-image.hh +++ /dev/null @@ -1,9 +0,0 @@ ---- src/cc-interface-image.hh.orig 2018-06-08 16:50:29 UTC -+++ src/cc-interface-image.hh -@@ -1,5 +1,6 @@ - - #ifdef USE_PYTHON -+#include <Python.h> - - // make a png given the info in text_info_dict - // fields: text, font, size, colour, slant, weight diff --git a/science/coot/files/patch-src_rama__plot.cc b/science/coot/files/patch-src_rama__plot.cc deleted file mode 100644 index d9238804822f..000000000000 --- a/science/coot/files/patch-src_rama__plot.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/rama_plot.cc.orig 2018-07-08 02:28:57 UTC -+++ src/rama_plot.cc -@@ -39,6 +39,8 @@ - #include <iostream> - #include <algorithm> - -+#include <sys/stat.h> -+ - #include <gdk/gdkkeysyms.h> // for keyboarding. - - #include "utils/coot-utils.hh" // int to string |