Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 506818
Collapse All | Expand All

(-)a/cpan/Digest-SHA/Makefile.PL (-6 lines)
Lines 27-38 if ($^O eq 'VMS') { Link Here
27
	}
27
	}
28
}
28
}
29
29
30
	# Enhance performance on Intel when using gcc
31
32
if ($Config{archname} =~ /^i[3456]86/ && $Config{ccname} eq 'gcc') {
33
	push(@extra, OPTIMIZE => '-O1 -fomit-frame-pointer');
34
}
35
36
my %att = (
30
my %att = (
37
	'NAME'		=> 'Digest::SHA',
31
	'NAME'		=> 'Digest::SHA',
38
	'VERSION_FROM'	=> $PM,
32
	'VERSION_FROM'	=> $PM,

Return to bug 506818