summaryrefslogtreecommitdiff
path: root/cad/calculix-ccx/files/patch-CalculiX.h
diff options
context:
space:
mode:
Diffstat (limited to 'cad/calculix-ccx/files/patch-CalculiX.h')
-rw-r--r--cad/calculix-ccx/files/patch-CalculiX.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/cad/calculix-ccx/files/patch-CalculiX.h b/cad/calculix-ccx/files/patch-CalculiX.h
index b12fc6714b53..e6979c0b1918 100644
--- a/cad/calculix-ccx/files/patch-CalculiX.h
+++ b/cad/calculix-ccx/files/patch-CalculiX.h
@@ -1,8 +1,8 @@
---- CalculiX.h.orig 2018-04-28 14:05:18 UTC
+--- CalculiX.h.orig 2018-12-15 14:30:31 UTC
+++ CalculiX.h
-@@ -16,12 +16,14 @@
- /* along with this program; if not, write to the Free Software */
- /* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+@@ -18,12 +18,14 @@
+
+ #include <pthread.h>
-#define Linux 1
+#include <pthread.h>
@@ -17,7 +17,7 @@
#define FORTRAN(A,B) A##_ B
#elif ARCH == IRIX || ARCH == IRIX64
#define FORTRAN(A,B) A##_##B
-@@ -29,7 +31,7 @@
+@@ -31,7 +33,7 @@
#define FORTRAN(A,B) A##B
#endif