summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2014-05-30 07:21:20 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2014-05-30 07:21:20 +0000
commit019ee8eba1cac92691cad099bc0d061f5831684c (patch)
treeedda540e6ded121d97083a6468c6476c04d38553 /www-client/chromium/files
parentVersion bump. (diff)
downloadgentoo-2-019ee8eba1cac92691cad099bc0d061f5831684c.tar.gz
gentoo-2-019ee8eba1cac92691cad099bc0d061f5831684c.tar.bz2
gentoo-2-019ee8eba1cac92691cad099bc0d061f5831684c.zip
Dev channel bump.
(Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'www-client/chromium/files')
-rw-r--r--www-client/chromium/files/chromium-system-harfbuzz-r0.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-system-harfbuzz-r0.patch b/www-client/chromium/files/chromium-system-harfbuzz-r0.patch
new file mode 100644
index 000000000000..96ba8fb772c6
--- /dev/null
+++ b/www-client/chromium/files/chromium-system-harfbuzz-r0.patch
@@ -0,0 +1,18 @@
+--- build/linux/unbundle/harfbuzz.gyp.orig 2014-05-29 12:43:32.814569782 +0000
++++ build/linux/unbundle/harfbuzz.gyp 2014-05-29 12:44:40.685923614 +0000
+@@ -33,6 +33,15 @@
+ '<!@(pkg-config --libs-only-l <(harfbuzz_libraries))',
+ ],
+ },
++ 'variables': {
++ 'headers_root_path': 'src',
++ 'header_filenames': [
++ 'hb.h',
++ ],
++ },
++ 'includes': [
++ '../../build/shim_headers.gypi',
++ ],
+ },
+ ],
+ }