update to calc-2.16.1.3

This commit is contained in:
sthen
2026-05-12 09:43:45 +00:00
parent 40001cccf1
commit a28e932687
4 changed files with 3 additions and 27 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
COMMENT= C-style arbitrary precision calculator
V= 2.16.1.2
V= 2.16.1.3
DISTNAME= calc-$V
EXTRACT_SUFX= .tar.bz2
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (calc-2.16.1.2.tar.bz2) = as8iTORGwi4mLOsZKgUe95+xIbiCzSximVXxhLMOn1E=
SIZE (calc-2.16.1.2.tar.bz2) = 1045465
SHA256 (calc-2.16.1.3.tar.bz2) = KXW0ZCuDmunJLzL4GP78f/q1aDiCxJv6vTdVS8/5mWE=
SIZE (calc-2.16.1.3.tar.bz2) = 1046014
-12
View File
@@ -1,12 +0,0 @@
Index: custom/u_pfe.c
--- custom/u_pfe.c.orig
+++ custom/u_pfe.c
@@ -53,7 +53,7 @@ int u_pfe_allowed = 0; /* CUSTOM undefined */
# include <sys/wait.h>
# include <sys/time.h>
-# include <sys/errno.h>
+# include <errno.h>
# include <sys/param.h> /* MAXPATHLEN attow */
# include <sys/types.h>
# include <sys/wait.h>
-12
View File
@@ -1,12 +0,0 @@
Index: help.c
--- help.c.orig
+++ help.c
@@ -28,7 +28,7 @@
#include <ctype.h>
#include <sys/types.h>
#include <signal.h>
-#include <sys/errno.h>
+#include <errno.h>
#include "calc.h"
#include "conf.h"