summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/azara/files/2.7-impl-dec.patch')
-rw-r--r--sci-chemistry/azara/files/2.7-impl-dec.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/sci-chemistry/azara/files/2.7-impl-dec.patch b/sci-chemistry/azara/files/2.7-impl-dec.patch
new file mode 100644
index 000000000000..b491ec7691ec
--- /dev/null
+++ b/sci-chemistry/azara/files/2.7-impl-dec.patch
@@ -0,0 +1,24 @@
+diff --git a/global/macros.h b/global/macros.h
+index ddeaffa..2bcc433 100644
+--- a/global/macros.h
++++ b/global/macros.h
+@@ -6,6 +6,7 @@
+ #include <math.h>
+ #include <string.h>
+ #include <stdlib.h>
++#include <ctype.h>
+
+ #ifdef WIN32
+ #include <ctype.h>
+diff --git a/plot2/script.c b/plot2/script.c
+index 2f55182..ef219cc 100644
+--- a/plot2/script.c
++++ b/plot2/script.c
+@@ -4,6 +4,7 @@
+ #include "stack.h"
+ #include "utility.h"
+
++
+ #define SCRIPT_COMMENT '!'
+
+ #define LOOP_KEY "loop"