mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Respect prefix finding system icu
Feature safe: yes
This commit is contained in:
parent
df4b32fe53
commit
ea4756e9b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285869
@ -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': [
|
||||
|
Loading…
Reference in New Issue
Block a user