Bug 93938 - fix math/PDL build
Summary: fix math/PDL build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Anton Berezin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-28 12:00 UTC by Joerg Pulz
Modified: 2006-02-28 13:53 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.