Port devel/libslang declares -lc on the link line. This is wrong; if any program would link against libslang and libc_r (using -pthread) the compiler spits out lots of errors. How-To-Repeat: Write a short program that uses pthreads and libslang. Link it with -lslang -pthread. Notice the errors.
State Changed From-To: open->feedback Have you run these changes by the maintainer of this port?
State Changed From-To: feedback->closed Committed, thanks!