From 1b3482df0c22a215dc6f8efa7cd9f934ab3a1ed3 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 18 Nov 2016 08:46:14 +0000 Subject: - Update to 5.5.2.3 - Regenerate the patches - Add LICENSE - While here, fix shared lib installation PR: 212394 Submitted by: pfg Approved by: maintainer timeout (mayo@oyam.ca, 2 months) --- math/lp_solve/files/patch-shared+commonlib.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'math/lp_solve/files/patch-shared+commonlib.c') diff --git a/math/lp_solve/files/patch-shared+commonlib.c b/math/lp_solve/files/patch-shared+commonlib.c index bb4f7edd88a2..7f6322a4ac33 100644 --- a/math/lp_solve/files/patch-shared+commonlib.c +++ b/math/lp_solve/files/patch-shared+commonlib.c @@ -1,17 +1,17 @@ ---- shared/commonlib.c.orig Sat Mar 18 07:16:42 2006 -+++ shared/commonlib.c Sat Sep 2 21:01:39 2006 -@@ -4,7 +4,7 @@ - #ifdef INTEGERTIME - # include +--- shared/commonlib.c.orig 2016-05-06 09:25:24 UTC ++++ shared/commonlib.c +@@ -6,7 +6,7 @@ + #elif defined EnhTime + # include #else -# include +# include #endif #include -@@ -673,10 +673,12 @@ - #elif defined CLOCKTIME - return((double)clock()/CLOCKS_PER_SEC /* CLK_TCK */); +@@ -844,10 +844,12 @@ double timeNow(void) + } + return( timeBase + (double) now.QuadPart/(double) freq.QuadPart ); #else - struct timeb buf; + struct timeval tv; -- cgit v1.2.3