K 10 svn:author V 4 kris K 8 svn:date V 27 2004-10-07T17:59:18.000000Z K 7 svn:log V 370 Change the default value of PTHREAD_LIBS to -pthread for 5.x and beyond. This avoids linking shared libraries with the thread library, which causes problems when trying to change from one thread library to another. Instead all binaries that link to a library that uses threads must themselves respect PTHREAD_LIBS. Submitted by: deischen, marcus Approved by: portmgr END