Fix warnings at the start of the build.

PR:		ports/163921 (based on)
Submitted by:	Shane Ambler [freebsd shaneware.biz]
Patched by:	George Liaskos
This commit is contained in:
Rene Ladan 2012-01-10 20:57:15 +00:00
parent efbadcabe8
commit e5740c9e6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288916
2 changed files with 14 additions and 3 deletions

View file

@ -181,6 +181,17 @@ post-patch:
${WRKSRC}/third_party/WebKit/Source/WebCore/css/makeprop.pl \
${WRKSRC}/third_party/WebKit/Source/WebCore/css/makevalues.pl \
${WRKSRC}/third_party/WebKit/Source/WebCore/make-hash-tools.pl
# http://code.google.com/p/chromium/issues/detail?id=96629
@${REINPLACE_CMD} -e "s|'type': 'settings',|'type': 'none',|" \
${WRKSRC}/third_party/icu/icu.gyp \
${WRKSRC}/third_party/flac/flac.gyp \
${WRKSRC}/third_party/speex/speex.gyp \
${WRKSRC}/third_party/sqlite/sqlite.gyp \
${WRKSRC}/third_party/harfbuzz/harfbuzz.gyp \
${WRKSRC}/third_party/libevent/libevent.gyp \
${WRKSRC}/third_party/libjpeg_turbo/libjpeg.gyp \
${WRKSRC}/tools/gyp/test/settings/settings.gyp \
${WRKSRC}/v8/tools/gyp/v8.gyp
do-configure:
cd ${WRKSRC} && \

View file

@ -1,5 +1,5 @@
--- base/allocator/allocator.gyp.orig 2011-11-28 21:53:42.000000000 +0200
+++ base/allocator/allocator.gyp 2011-11-28 22:01:26.000000000 +0200
--- base/allocator/allocator.gyp.orig 2012-01-05 10:01:52.000000000 +0200
+++ base/allocator/allocator.gyp 2012-01-09 22:00:51.000000000 +0200
@@ -7,326 +7,198 @@
'jemalloc_dir': '../../third_party/jemalloc/chromium',
'tcmalloc_dir': '../../third_party/tcmalloc/chromium',
@ -34,7 +34,7 @@
+ 'targets': [
+ {
+ 'target_name': 'allocator',
+ 'type': 'settings',
+ 'type': 'none',
+ 'direct_dependent_settings': {
'defines': [
- ['PERFTOOLS_DLL_DECL', '']