$OpenBSD: patch-deps_v8_SConstruct,v 1.1 2010/12/29 12:24:39 jasper Exp $

Don't link with -lpthread but use -pthread instead.

--- deps/v8/SConstruct.orig	Wed Dec 29 13:06:58 2010
+++ deps/v8/SConstruct	Wed Dec 29 13:07:25 2010
@@ -361,7 +361,8 @@ MKSNAPSHOT_EXTRA_FLAGS = {
       'LINKFLAGS': ['-mt']
     },
     'os:openbsd': {
-      'LIBS': ['execinfo', 'pthread']
+      'LIBS': ['execinfo'],
+      'LINKFLAGS': ['-pthread']
     },
     'os:win32': {
       'LIBS': ['winmm', 'ws2_32'],
