Bug 93938

Summary: fix math/PDL build
Product: Ports & Packages Reporter: Joerg Pulz <Joerg.Pulz>
Component: Individual Port(s)Assignee: Anton Berezin <tobez>
Status: Closed FIXED    
Severity: Affects Only Me CC: perl
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Joerg Pulz 2006-02-28 12:00:22 UTC
	This port is reported to produce errors during the build
	see:
	http://pointyhat.freebsd.org/errorlogs/i386-6-latest/

	Attached is a solution which solves the problem, at least
	here on my machine.

Fix: 

add the following lines to math/PDL/Makefile

	USE_GMAKE=	yes
	MAKE_ENV=	PERL5LIB=${WRKSRC}/blib/lib
Comment 1 Anton Berezin freebsd_committer freebsd_triage 2006-02-28 12:05:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tobez

take
Comment 2 Anton Berezin freebsd_committer freebsd_triage 2006-02-28 13:53:34 UTC
State Changed
From-To: open->closed

The fix has been committed. Thank you for your submission.