K 10 svn:author V 6 marcus K 8 svn:date V 27 2003-05-11T06:31:55.000000Z K 7 svn:log V 433 Add a patch to allow -lc_r to be linked in on -CURRENT. Not having this caused gdm to lock up when started. Special thanks goes to Glenn Johnson for tracking this down. Apparently, newer versions of libtool have code to prevent -lc_r from being passed to the linker on _all_ versions of FreeBSD. Since ${PTHREAD_LIBS} is set to -lc_r for 5.x, this causes massive problems with threaded applications. END