diff options
author | swills <swills@FreeBSD.org> | 2011-11-16 03:44:29 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-11-16 03:44:29 +0800 |
commit | 3679fe4b27a9cb305e09514c7d6dc11a2251c570 (patch) | |
tree | f4a4a4f1e237ea3f2557f6ab2ad9591214c148ba /www | |
parent | 6852ed5666634db10eae28aa2abad81d1026be5e (diff) | |
download | freebsd-ports-gnome-3679fe4b27a9cb305e09514c7d6dc11a2251c570.tar.gz freebsd-ports-gnome-3679fe4b27a9cb305e09514c7d6dc11a2251c570.tar.zst freebsd-ports-gnome-3679fe4b27a9cb305e09514c7d6dc11a2251c570.zip |
- Respect prefix finding system icu
Feature safe: yes
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_pagespeed/files/patch-icu.gyp | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/www/mod_pagespeed/files/patch-icu.gyp b/www/mod_pagespeed/files/patch-icu.gyp index 71dc43418a16..02f40c81b534 100644 --- a/www/mod_pagespeed/files/patch-icu.gyp +++ b/www/mod_pagespeed/files/patch-icu.gyp @@ -1,14 +1,12 @@ -Index: third_party/icu/icu.gyp -=================================================================== ---- third_party/icu/icu.gyp (revision 2013) -+++ third_party/icu/icu.gyp (working copy) +--- third_party/icu/icu.gyp.orig Mon Oct 31 10:25:10 2011 ++++ third_party/icu/icu.gyp Tue Nov 15 14:10:17 2011 @@ -306,6 +306,9 @@ 'defines': [ 'USE_SYSTEM_ICU', ], -+ 'include_dirs': [ -+ '/usr/local/include', -+ ], ++ 'cflags+': [ ++ '<!@(icu-config --cppflags-searchpath)' ++ ], }, 'link_settings': { 'ldflags': [ |