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.
Responsible Changed From-To: freebsd-ports-bugs->mnag I'll take it.
State Changed From-To: open->closed Committed, with minor changes. Thanks!