pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Devel-CheckLib/patches Remove the unneeded pa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80a3735f4296
branches:  trunk
changeset: 381939:80a3735f4296
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Jul 16 00:22:44 2022 +0000

description:
Remove the unneeded patch, which forgot in previous commit

diffstat:

 devel/p5-Devel-CheckLib/patches/patch-lib_Devel_CheckLib.pm |  15 -------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diffs (19 lines):

diff -r 54d5046eea65 -r 80a3735f4296 devel/p5-Devel-CheckLib/patches/patch-lib_Devel_CheckLib.pm
--- a/devel/p5-Devel-CheckLib/patches/patch-lib_Devel_CheckLib.pm       Sat Jul 16 00:16:52 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-lib_Devel_CheckLib.pm,v 1.1 2017/04/11 14:00:50 schmonz Exp $
-
-Fix regression reported in https://github.com/mattn/p5-Devel-CheckLib/issues/23.
-
---- lib/Devel/CheckLib.pm.orig 2017-04-07 15:34:43.000000000 +0000
-+++ lib/Devel/CheckLib.pm
-@@ -473,7 +473,7 @@ sub _findcc {
-         push @Config_ldflags, $config_val if ( $config_val =~ /\S/ );
-     }
-     my @ccflags = grep { length } quotewords('\s+', 1, $Config_ccflags||'', $user_ccflags||'');
--    my @ldflags = grep { length && $_ !~ m/^-Wl/ } quotewords('\s+', 1, @Config_ldflags, $user_ldflags||'');
-+    my @ldflags = grep { length } quotewords('\s+', 1, @Config_ldflags, $user_ldflags||'');
-     my @paths = split(/$Config{path_sep}/, $ENV{PATH});
-     my @cc = split(/\s+/, $Config{cc});
-     if (check_compiler ($cc[0], $debug)) {



Home | Main Index | Thread Index | Old Index