diff options
author | sno <sno@pkgsrc.org> | 2009-04-12 08:21:24 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-04-12 08:21:24 +0000 |
commit | 4832b1717829ee8ea35e813914ab59e110b6b10b (patch) | |
tree | 17a0e32d310665e5a6c84e8b8d0034143019d649 /devel/p5-BSD-Resource | |
parent | 622fffb8af61cb6f4962e667d6220cc73956680d (diff) | |
download | pkgsrc-4832b1717829ee8ea35e813914ab59e110b6b10b.tar.gz |
PkgSrc changes:
- remove patch to fix Fix RT #44028 - now for real.
Diffstat (limited to 'devel/p5-BSD-Resource')
-rw-r--r-- | devel/p5-BSD-Resource/patches/patch-aa | 17 |
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; |