--- pthread_src/GNUmakefile.orig	Thu Dec  8 12:28:18 2005
+++ pthread_src/GNUmakefile	Sun Nov 19 19:25:11 2006
@@ -15,6 +15,11 @@
 LIBS += -lpthread
 endif 
 
+ifeq ($(OS),FreeBSD) 
+DEF += -fPIC
+LIBS += $(PTHREAD_LIBS)
+endif 
+
 ifeq ($(OS),SunOS)
 LIBS +=  -lpthread -lposix4
 endif
