Bug 94233

Summary: fix to devel/pwlib to preserve PTHREAD setting
Product: Ports & Packages Reporter: Steve Ames <steve>
Component: Individual Port(s)Assignee: Marcus Alves Grando <mnag>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Steve Ames 2006-03-08 16:20:10 UTC
	the PTHREAD_LIBS variable (set by ports/Mk/) wasn't being passed
correctly to the configure script. This patch adds that variable
explicitly to the CONFIGURE_ENV so that configure sees it and acts
accordingly. This patch is necessary to avoid linking issues with other
ports that may link devel/pwlib.

Fix: 

Apply this patch: http://steve.energistic.com/patches/pwlib-1.9.2_2,1
How-To-Repeat: 	Try linking any of the stock openh323 suite... they expect
to auto-discover required libraries based on what pwlib was compiled
with.
Comment 1 Marcus Alves Grando freebsd_committer freebsd_triage 2006-03-14 01:31:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

I'll take it.
Comment 2 Marcus Alves Grando freebsd_committer freebsd_triage 2006-03-14 01:53:41 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!