Przeglądaj źródła

upgrading package: v8 20110907 -> 20111112

Ralf S. Engelschall 14 lat temu
rodzic
commit
2858f8c4a9
2 zmienionych plików z 28 dodań i 7 usunięć
  1. 26 5
      v8/v8.patch
  2. 2 2
      v8/v8.spec

+ 26 - 5
v8/v8.patch

@@ -1,7 +1,28 @@
 Index: SConstruct
---- SConstruct.orig	2010-09-04 20:47:40.000000000 +0200
-+++ SConstruct	2010-09-04 22:47:20.000000000 +0200
-@@ -603,14 +603,14 @@
+--- SConstruct.orig	2011-09-07 18:06:10.000000000 +0200
++++ SConstruct	2011-11-12 08:15:38.000000000 +0100
+@@ -287,10 +287,7 @@
+ V8_EXTRA_FLAGS = {
+   'gcc': {
+     'all': {
+-      'WARNINGFLAGS': ['-Wall',
+-                       '-Werror',
+-                       '-W',
+-                       '-Wno-unused-parameter',
++      'WARNINGFLAGS': ['-Wno-unused-parameter',
+                        '-Wnon-virtual-dtor']
+     },
+     'os:win32': {
+@@ -382,7 +379,7 @@
+ DTOA_EXTRA_FLAGS = {
+   'gcc': {
+     'all': {
+-      'WARNINGFLAGS': ['-Werror', '-Wno-uninitialized'],
++      'WARNINGFLAGS': ['-Wno-uninitialized'],
+       'CCFLAGS': GCC_DTOA_EXTRA_CCFLAGS
+     }
+   },
+@@ -806,14 +803,14 @@
        'LIBS': ['pthread'],
      },
      'os:freebsd': {
@@ -16,5 +37,5 @@ Index: SConstruct
 -      'LIBS': ['pthread'],
 +      'LIBS': ['execinfo', 'pthread']
      },
-     'os:android': {
-       'LIBPATH':     [ANDROID_TOP + '/out/target/product/generic/obj/lib',
+     'os:win32': {
+       'LIBS': ['winmm', 'ws2_32'],

+ 2 - 2
v8/v8.spec

@@ -31,8 +31,8 @@ Distribution: OpenPKG Community
 Class:        EVAL
 Group:        Language
 License:      BSD
-Version:      20110907
-Release:      20110907
+Version:      20111112
+Release:      20111112
 
 #   list of sources
 Source0:      http://download.openpkg.org/components/versioned/v8/v8-%{version}.tar.bz2