diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-05-29 08:55:33 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-05-29 08:55:33 +0000 |
commit | bccd7c9afdd692cfcf77c7077eecb77dce85bff9 (patch) | |
tree | cfff3e0a64fdf8e618567949628a72798a6a0f0a /dev-lang/v8/files | |
parent | Reintroducing SSH into @system because OpenSSH 6.0 now works on Gentoo FreeBSD 9 (diff) | |
download | gentoo-2-bccd7c9afdd692cfcf77c7077eecb77dce85bff9.tar.gz gentoo-2-bccd7c9afdd692cfcf77c7077eecb77dce85bff9.tar.bz2 gentoo-2-bccd7c9afdd692cfcf77c7077eecb77dce85bff9.zip |
Add freebsd9 support patch. #407383
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/v8/files')
-rw-r--r-- | dev-lang/v8/files/v8-3.10.8.10-freebsd9.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-lang/v8/files/v8-3.10.8.10-freebsd9.patch b/dev-lang/v8/files/v8-3.10.8.10-freebsd9.patch new file mode 100644 index 000000000000..e24993eecb38 --- /dev/null +++ b/dev-lang/v8/files/v8-3.10.8.10-freebsd9.patch @@ -0,0 +1,12 @@ +diff --git a/build/gyp/pylib/gyp/common.py b/build/gyp/pylib/gyp/common.py +index fb11029..a33efd0 100644 +--- a/build/gyp/pylib/gyp/common.py ++++ b/build/gyp/pylib/gyp/common.py +@@ -355,6 +355,7 @@ def GetFlavor(params): + 'sunos5': 'solaris', + 'freebsd7': 'freebsd', + 'freebsd8': 'freebsd', ++ 'freebsd9': 'freebsd', + } + flavor = flavors.get(sys.platform, 'linux') + return params.get('flavor', flavor) |