summaryrefslogtreecommitdiff
path: root/cad/calculix-ccx/files/patch-CalculiX.h
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2019-04-18 15:33:29 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2019-04-18 15:33:29 +0000
commit9644971a59233593ca71a7469bd44415b49dc7f3 (patch)
tree939d98a346486b98211e37359276bd8ca473c949 /cad/calculix-ccx/files/patch-CalculiX.h
parentmail/dovecot: upgrade to 2.3.5.2 (diff)
cad/calculix-ccx: Update to version 2.15.
- Update to the latest version. Changelog: http://www.dhondt.de/new_calc.htm - Attempt to make the build reproducible concerning the date in the executable. - Drop temporarily) the taucs dependency. It brings a secondary dependency on metis4 which we are not packaging. We will bring taucs back when it depends on metis5 - Pet portlint. PR: 234146 Approved by: thierry (mentor)
Notes
Notes: svn path=/head/; revision=499275
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