community/v8 => 3.14

This commit is contained in:
WarheadsSE 2012-11-15 00:49:59 -05:00
parent 07835958a6
commit 534f75bd0f
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
# Contributor: WarheadsSE <max@warheads.net>
pkgname=v8
pkgver=3.13.7
pkgver=3.14.0
pkgrel=1
plugrel=1
pkgdesc='A fast and modern javascript engine'
@ -14,7 +14,7 @@ license=('BSD')
depends=('gcc-libs')
makedepends=('subversion' 'python2')
source=('v8.common.gypi.patch')
md5sums=('f862f79a4379752d694c19816aa14514')
md5sums=('8051d31df84530df64752dafad9833b0')
build() {
_source="http://v8.googlecode.com/svn/tags/${pkgver}"

View file

@ -4,7 +4,7 @@
[ 'v8_use_arm_eabi_hardfloat=="true"', {
'defines': [
'USE_EABI_HARDFLOAT=1',
- 'CAN_USE_VFP_INSTRUCTIONS',
- 'CAN_USE_VFP2_INSTRUCTIONS',
],
'target_conditions': [
['_toolset=="target"', {