summarylogtreecommitdiffstats
path: root/coot-dynarama.patch
diff options
context:
space:
mode:
authorAthemis2019-01-22 11:03:15 +0100
committerAthemis2019-01-22 11:03:15 +0100
commit0f19d73f9dfa49385ac692c554dfc383c91933f3 (patch)
treed10e49988ba2cec1481106a99a3b375ad12e8da1 /coot-dynarama.patch
downloadaur-coot-git.tar.gz
initial commit
Diffstat (limited to 'coot-dynarama.patch')
-rw-r--r--coot-dynarama.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/coot-dynarama.patch b/coot-dynarama.patch
new file mode 100644
index 000000000000..7af8d00acb3c
--- /dev/null
+++ b/coot-dynarama.patch
@@ -0,0 +1,20 @@
+--- src/dynarama-main.cc.orig 2018-07-10 13:29:01.850708482 +0200
++++ src/dynarama-main.cc 2018-04-01 02:17:29.000000000 +0200
+@@ -23,8 +23,6 @@
+
+ #ifdef HAVE_GOOCANVAS
+
+-#include <gtk/gtk.h>
+-
+ #ifdef __GNU_LIBRARY__
+ #include "compat/coot-getopt.h"
+ #else
+@@ -35,6 +33,8 @@
+
+ #include <sys/stat.h>
+
++#include <gtk/gtk.h>
++
+ #ifdef HAVE_GOOCANVAS
+ #include <goocanvas.h>
+ #endif