diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-08-14 21:48:32 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-08-14 21:48:32 +0000 |
commit | abb2b41ec6e1423147f483a667c189ebdc908535 (patch) | |
tree | d388d9f9b91dda05ab0d7e300a11f3844d1dbc08 /www/chromium/files/patch-skia__skia_chrome.gypi | |
parent | - Fix escaping linker options at configure; this fixes build with SSP (diff) |
- Update to 36.0.1985.143 and unforbid
- Use a lot of ports dependencies instead of bundled versions
(idea from Gentoo Linux)
- Make patches more compatible with OpenBSD
- Add note about Python (only relevant for DIY builds)
- Install more icons into PREFIX/share/icons/hicolor/XxY/apps/
- Mute mkdir in installation
- Install mksnapshot binary
- Do not install bundled protoc binary
Obtained from: Gentoo, OpenBSD, various contributors in freebsd-chromium@
MFH: 2014Q3
Security: http://www.vuxml.org/freebsd/df7754c0-2294-11e4-b505-000c6e25e3e9.html
Notes
Notes:
svn path=/head/; revision=364870
Diffstat (limited to 'www/chromium/files/patch-skia__skia_chrome.gypi')
-rw-r--r-- | www/chromium/files/patch-skia__skia_chrome.gypi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/chromium/files/patch-skia__skia_chrome.gypi b/www/chromium/files/patch-skia__skia_chrome.gypi new file mode 100644 index 000000000000..ec2872ec33f3 --- /dev/null +++ b/www/chromium/files/patch-skia__skia_chrome.gypi @@ -0,0 +1,14 @@ +--- ./skia/skia_chrome.gypi.orig 2014-08-12 21:03:06.000000000 +0200 ++++ ./skia/skia_chrome.gypi 2014-08-13 09:56:58.000000000 +0200 +@@ -78,6 +78,11 @@ + 'ext/vector_platform_device_skia.h', + ], + 'conditions': [ ++ [ 'use_cairo == 1', { ++ 'dependencies': [ ++ '../build/linux/system.gyp:pangocairo', ++ ], ++ }], + [ 'OS == "android" and enable_printing == 0', { + 'sources!': [ + 'ext/skia_utils_base.cc', |