Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Net-DNS/files: Net-DNS-0.68-ar.patch
Date: Wed, 29 Feb 2012 09:13:07
Message-Id: 20120229091258.A40432004C@flycatcher.gentoo.org
1 robbat2 12/02/29 09:12:58
2
3 Added: Net-DNS-0.68-ar.patch
4 Log:
5 Version bump via perl-bump experimental tool.
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-perl/Net-DNS/files/Net-DNS-0.68-ar.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-DNS/files/Net-DNS-0.68-ar.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-DNS/files/Net-DNS-0.68-ar.patch?rev=1.1&content-type=text/plain
14
15 Index: Net-DNS-0.68-ar.patch
16 ===================================================================
17 The linker on Darwin/x86 needs archives with an index, so create one.
18
19 Ported-from: files/Net-DNS-0.64-ar.patch
20
21 diff -Nuar Net-DNS-0.68.orig/Makefile.PL Net-DNS-0.68/Makefile.PL
22 --- Net-DNS-0.68.orig/Makefile.PL 2012-01-27 23:02:34.000000000 +0000
23 +++ Net-DNS-0.68/Makefile.PL 2012-02-29 09:03:14.939727214 +0000
24 @@ -336,7 +336,7 @@
25 use Config qw(%Config);
26
27 sub postamble {
28 - my $cr = ( $^O eq 'MSWin32' && $Config{'cc'} eq 'cl' ? '/OUT:' : 'cr ' ); # ar action
29 + my $cr = ( $^O eq 'MSWin32' && $Config{'cc'} eq 'cl' ? '/OUT:' : 'crs ' ); # ar action
30
31 my $content = '
32 test_cover : pure_all