From 3b9dcea28e43a643dcb066fad645c839c9eb636d Mon Sep 17 00:00:00 2001 From: Anton Berezin Date: Mon, 20 Feb 2006 20:24:36 +0000 Subject: Upgrade to 5.8.8. Also: Do not strip when built with -DWITH_DEBUGGING. [1] Do not build non-threaded perl with -pthread. [2] Add rebuild-xs target which should be used when perl-after-upgrade does not do its job adequately. [3] Fix perl-after-upgrade to handle threaded perl. [4] Submitted by: John Narron [2], Sergey Prikhodko [4], parv@pair.com [1], pavel@ctk.ru [2], skv [3], vasilis [2] PR: 83223 [4], 83767 [2], 84255 [2], 89443 [1], 90832 [2] --- lang/perl5.12/files/patch-SDBM-errno-fix | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 lang/perl5.12/files/patch-SDBM-errno-fix (limited to 'lang/perl5.12/files/patch-SDBM-errno-fix') diff --git a/lang/perl5.12/files/patch-SDBM-errno-fix b/lang/perl5.12/files/patch-SDBM-errno-fix deleted file mode 100644 index 2dcf809d92d3..000000000000 --- a/lang/perl5.12/files/patch-SDBM-errno-fix +++ /dev/null @@ -1,16 +0,0 @@ ---- ext/SDBM_File/sdbm/sdbm.c.orig Thu Jun 23 08:06:21 2005 -+++ ext/SDBM_File/sdbm/sdbm.c Thu Jun 23 08:06:57 2005 -@@ -34,11 +34,8 @@ - /* - * externals - */ --#ifndef WIN32 --#ifndef sun --extern int errno; --#endif --#endif -+ -+#include - - extern Malloc_t malloc proto((MEM_SIZE)); - extern Free_t free proto((Malloc_t)); -- cgit v1.2.3