diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2025-04-24 17:07:35 +0200 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2025-04-24 17:07:35 +0200 |
commit | 07036640897f12937677c4d850712fdb4dfd3a3c (patch) | |
tree | 6a5cf87a424db67060e6707548062e628fb2df22 /lang/p5-ePerl/files/patch-eperl_proto.h | |
parent | devel/p5-threads: remove antique port (diff) |
lang/p5-ePerl: remove the need to update patch-configure every 5 years
We have not had a Perl older than 5.003 for probably 3 decades, so no
need to check if the current version is "new" enough.
Diffstat (limited to 'lang/p5-ePerl/files/patch-eperl_proto.h')
-rw-r--r-- | lang/p5-ePerl/files/patch-eperl_proto.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/p5-ePerl/files/patch-eperl_proto.h b/lang/p5-ePerl/files/patch-eperl_proto.h index 0962542c817d..be4a28b7f8bc 100644 --- a/lang/p5-ePerl/files/patch-eperl_proto.h +++ b/lang/p5-ePerl/files/patch-eperl_proto.h @@ -1,5 +1,5 @@ ---- eperl_proto.h.orig 2009-02-27 12:23:02.000000000 +0000 -+++ eperl_proto.h 2009-02-27 12:24:39.000000000 +0000 +--- eperl_proto.h.orig 1998-07-10 07:52:24 UTC ++++ eperl_proto.h @@ -36,6 +36,7 @@ #define EPERL_PROTO_H 1 @@ -8,7 +8,7 @@ /* eperl_main.c */ extern int mode; -@@ -79,9 +80,14 @@ +@@ -79,9 +80,14 @@ extern char *strnchr(char *buf, char chr, int n); extern char *ePerl_Efwrite(char *cpBuf, int nBuf, int cNum, char *cpOut); extern char *ePerl_Cfwrite(char *cpBuf, int nBuf, int cNum, char *cpOut); extern char *strnchr(char *buf, char chr, int n); |