$OpenBSD: patch-deploy_make_plugin_ns6_Makefile,v 1.1 2005/04/19 14:35:56 kurt Exp $
--- deploy/make/plugin/ns6/Makefile.orig	Fri Apr  1 21:23:08 2005
+++ deploy/make/plugin/ns6/Makefile	Fri Apr  1 21:24:32 2005
@@ -33,6 +33,8 @@ LDLIBS += -Wl,-Bstatic -lgcc_pic -Wl,-Bd
 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
