summaryrefslogtreecommitdiff
path: root/lang/v8/files
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2011-06-20 07:16:31 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2011-06-20 07:16:31 +0000
commit80c75c68ce3105c2d5c3dfd2005b866a2562826f (patch)
tree90000384b50ed11f4b3b1a06e2b345bce27b6963 /lang/v8/files
parentUpdate to 1.6.0pre6. (diff)
1: Upgrade to 3.4.4
2: install shared library by default. 3: resolv undefined symbol. PR: ports/157875 Submitted by: Brett Kiefer <brett at fogcreek.com>, L Campbell <lcampbell at ironclad.mobi> [3]
Diffstat (limited to 'lang/v8/files')
-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'],