public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Net-DNS/files: Net-DNS-0.68-ar.patch
@ 2012-02-29  9:12 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; only message in thread
From: Robin H. Johnson (robbat2) @ 2012-02-29  9:12 UTC (permalink / raw
  To: gentoo-commits

robbat2     12/02/29 09:12:58

  Added:                Net-DNS-0.68-ar.patch
  Log:
  Version bump via perl-bump experimental tool.
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-perl/Net-DNS/files/Net-DNS-0.68-ar.patch

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
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

Index: Net-DNS-0.68-ar.patch
===================================================================
The linker on Darwin/x86 needs archives with an index, so create one.

Ported-from: files/Net-DNS-0.64-ar.patch

diff -Nuar Net-DNS-0.68.orig/Makefile.PL Net-DNS-0.68/Makefile.PL
--- Net-DNS-0.68.orig/Makefile.PL	2012-01-27 23:02:34.000000000 +0000
+++ Net-DNS-0.68/Makefile.PL	2012-02-29 09:03:14.939727214 +0000
@@ -336,7 +336,7 @@
 use Config qw(%Config);
 
 sub postamble {
-	my $cr = ( $^O eq 'MSWin32' && $Config{'cc'} eq 'cl' ? '/OUT:' : 'cr ' );    # ar action
+	my $cr = ( $^O eq 'MSWin32' && $Config{'cc'} eq 'cl' ? '/OUT:' : 'crs ' );    # ar action
 
 	my $content = '
 test_cover : pure_all






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-29  9:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-29  9:12 [gentoo-commits] gentoo-x86 commit in dev-perl/Net-DNS/files: Net-DNS-0.68-ar.patch Robin H. Johnson (robbat2)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox