$OpenBSD: patch-deploy_make_plugin_ns6_Makefile,v 1.2 2007/07/18 15:09:52 kurt Exp $
--- deploy/make/plugin/ns6/Makefile.orig	Wed Jul 18 10:56:28 2007
+++ deploy/make/plugin/ns6/Makefile	Wed Jul 18 10:56:32 2007
@@ -33,6 +33,8 @@ LDLIBS += -Wl,-Bstatic -lgcc_pic -Wl,-Bdynamic
 endif
 ifeq ($(TRUE_PLATFORM), OpenBSD)
 CPLUSPLUSLIBRARY = true
+# need to use -lpthread because c++ -pthread doesn't add -lpthread
+LDLIBS += -lpthread
 endif
 else
 LDLIBS = -lXt -lX11 -ldl -lCrun -lc
