Index: head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml =================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml +++ head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml @@ -321,25 +321,6 @@ CFLAGS+= -DHAVE_SOUND - - Threading Libraries - - The threading library must be linked to the binaries using - a special flag -pthread on &os;. If a port - insists on linking -lpthread directly, patch - it to use -pthread. - - - If building the port errors out with - unrecognized option '-pthread', it may be - desirable to use cc as linker by setting - CONFIGURE_ENV to - LD=${CC}. The -pthread - option is not supported by ld - directly. - - - Feedback