aboutsummaryrefslogtreecommitdiff
path: root/lang/v8/files/patch-SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'lang/v8/files/patch-SConstruct')
-rw-r--r--lang/v8/files/patch-SConstruct12
1 files changed, 8 insertions, 4 deletions
diff --git a/lang/v8/files/patch-SConstruct b/lang/v8/files/patch-SConstruct
index 6bfab1f2a528..9c6c172c0bed 100644
--- a/lang/v8/files/patch-SConstruct
+++ b/lang/v8/files/patch-SConstruct
@@ -1,6 +1,6 @@
---- SConstruct.orig 2011-04-06 19:17:46.000000000 +0800
-+++ SConstruct 2011-05-12 20:48:13.000000000 +0800
-@@ -178,7 +178,7 @@ LIBRARY_FLAGS = {
+--- SConstruct.orig 2011-06-01 14:00:58.000000000 +0800
++++ SConstruct 2011-06-16 09:56:00.000000000 +0800
+@@ -120,10 +120,10 @@ LIBRARY_FLAGS = {
}
},
'os:freebsd': {
@@ -8,4 +8,8 @@
+ 'CPPPATH' : [join(root_dir, 'src'), '/usr/local/include'],
'LIBPATH' : ['/usr/local/lib'],
'CCFLAGS': ['-ansi'],
- 'LIBS': ['execinfo']
+- 'LIBS': ['execinfo']
++ 'LIBS': ['pthread', 'execinfo']
+ },
+ 'os:openbsd': {
+ 'CPPPATH' : ['/usr/local/include'],