ports/math/lrslib/files/patch-lrslib.c
Yuri Victorovich 97bbcc9132 math/lrslib: Update 071a → 7.2
Also switch to the versioning scheme A.B
according how versions are described on their
website.

Reported by:	portscout
2023-08-14 20:00:41 -07:00

20 lines
425 B
C

--- lrslib.c.orig 2022-03-10 09:42:46 UTC
+++ lrslib.c
@@ -32,6 +32,8 @@
#include <limits.h>
#include <libgen.h>
+#include <libgen.h> // for basename(3)
+
#include "lrsrestart.h"
#include "lrslib.h"
@@ -75,7 +77,7 @@ static void ptimes (void);
static double get_time(void);
#endif
-char *basename(char *path);
+//char *basename(char *path);
/*******************************/
/* signals handling */