SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
net/samba/patches/patch-lib_util_charset_wscript_configure
Normal file
15
net/samba/patches/patch-lib_util_charset_wscript_configure
Normal file
|
@ -0,0 +1,15 @@
|
|||
Force-disable icu4c use for now. To be revisited if Spotlight support
|
||||
is reenabled.
|
||||
|
||||
Index: lib/util/charset/wscript_configure
|
||||
--- lib/util/charset/wscript_configure.orig
|
||||
+++ lib/util/charset/wscript_configure
|
||||
@@ -37,7 +37,7 @@ conf.CHECK_CODE('''
|
||||
lib='iconv',
|
||||
headers='errno.h iconv.h')
|
||||
|
||||
-if conf.CHECK_CFG(package='icu-i18n',
|
||||
+if False and conf.CHECK_CFG(package='icu-i18n',
|
||||
args='--cflags --libs',
|
||||
msg='Checking for icu-i18n',
|
||||
uselib_store='ICU_I18N'):
|
Loading…
Add table
Add a link
Reference in a new issue