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

(-)Bio-SamTools-1.43/Build.PL (+2 lines)
Lines 95-100 sub find_sam { Link Here
95
	for my $p (@search_path) {
95
	for my $p (@search_path) {
96
	    $sam_lib ||= "$p/lib" if
96
	    $sam_lib ||= "$p/lib" if
97
		-e "$p/lib/$LibFile";
97
		-e "$p/lib/$LibFile";
98
	    $sam_lib ||= "$p/lib64" if
99
		-e "$p/lib64/$LibFile";
98
	}
100
	}
99
    }
101
    }
100
102

Return to bug 661112