summaryrefslogtreecommitdiff
path: root/math/taucs/files/patch-src__taucs_timer.c
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2017-09-17 15:26:09 +0000
committerThomas Zander <riggs@FreeBSD.org>2017-09-17 15:26:09 +0000
commit09b025405dfecf160127c778ce28771ffe041970 (patch)
treec9e82244b07df00f06219315279e37e8a79553ca /math/taucs/files/patch-src__taucs_timer.c
parentgraphics/shotwell: update to 0.26.3 (diff)
Modernise port to allow for new features in future (e.g. CilkPlus support)
Details: - Use standard HAS_CONFIGURE instead of rolling our own - Use blaslapack - Regenerate patches with "make makepatch". - Add LICENSE - Fortran is used as linker but all the code is in C so use CFLAGS instead of FFLAGS. PR: 214963 Submitted by: pfg
Notes
Notes: svn path=/head/; revision=450007
Diffstat (limited to 'math/taucs/files/patch-src__taucs_timer.c')
-rw-r--r--math/taucs/files/patch-src__taucs_timer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/taucs/files/patch-src__taucs_timer.c b/math/taucs/files/patch-src__taucs_timer.c
index 468b8e3f03a2..f92aa7752ea0 100644
--- a/math/taucs/files/patch-src__taucs_timer.c
+++ b/math/taucs/files/patch-src__taucs_timer.c
@@ -1,6 +1,6 @@
---- src/taucs_timer.c.orig 2003-09-01 06:28:54.000000000 -0400
-+++ src/taucs_timer.c 2012-07-10 07:24:08.000000000 -0400
-@@ -245,36 +245,35 @@
+--- src/taucs_timer.c.orig 2003-09-01 10:28:54 UTC
++++ src/taucs_timer.c
+@@ -245,36 +245,35 @@ double timer()
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/types.h>