﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
990	pschecklibs doesn't set dlltype and /sw/ paths in Darwin section	jester@…	eugene	"The .dylib extension and the necessity to look in /sw/ for libs and headers applies equally to intel and powerpc macs, so the Darwin section needs to look like this:

    if ($sys eq ""Darwin"") {
	if ($mach == ""i386"") {
	    $arch=""darwin_x86"";
	} else {
	    $arch = ""darwin"";
	}
	$dlltype = ""dylib"";
	$mach = `uname -m`; chomp $mach;
	unshift @libpath, ""/sw/lib"";
	unshift @incpath, ""/sw/include"";
	unshift @incpath, ""/usr/include/sys"";
	return;
    }"	defect	closed	high		psconfig	2.3	critical	fixed		
