summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/p5-BSD-Resource/patches/patch-aa17
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/p5-BSD-Resource/patches/patch-aa b/devel/p5-BSD-Resource/patches/patch-aa
deleted file mode 100644
index 2ff9f2c383f..00000000000
--- a/devel/p5-BSD-Resource/patches/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2009/03/22 22:15:20 sno Exp $
-
-Fix RT #44028
-
---- Makefile.PL.orig 2009-02-03 13:08:49.000000000 +0100
-+++ Makefile.PL 2009-02-03 13:14:41.000000000 +0100
-@@ -60,9 +60,9 @@
- $ok = -s "$tmp.o";
- $CC = $cc;
- }
-- unlink("$tmp.c", "$tmp.o");
- last if $ok;
- }
-+ unlink("$tmp.c", "$tmp.o");
- }
-
- return $ok;