Bug 94233 - fix to devel/pwlib to preserve PTHREAD setting
Summary: fix to devel/pwlib to preserve PTHREAD setting
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: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-08 16:20 UTC by Steve Ames
Modified: 2006-03-14 01:53 UTC (History)
0 users

See Also:


Attachments

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